flutter_dialogs/lib/flutter_dialogs.dart

13 lines
336 B
Dart
Raw Permalink 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;
export "./src/alert_dialogs.dart";
export "./src/bottom_alert_dialog.dart";
export "./src/bottom_alert_dialog_config.dart";
export "./src/dialogs.dart";
export "./src/popup_parent.dart";
export "./src/popup_service.dart";