flutter_dialogs/lib/flutter_dialogs.dart

11 lines
247 B
Dart
Raw Normal View History

2022-11-01 08:32:36 +01:00
// SPDX-FileCopyrightText: 2022 Iconica
//
// SPDX-License-Identifier: BSD-3-Clause
2024-02-07 14:57:31 +01:00
///
2022-10-21 12:05:05 +02:00
library flutter_dialogs;
2024-02-07 14:57:31 +01:00
export './src/alert_dialogs.dart';
2022-10-21 12:05:05 +02:00
export './src/dialogs.dart';
export './src/popup_parent.dart';
2024-02-07 14:57:31 +01:00
export './src/popup_service.dart';