flutter_dialogs/lib/flutter_dialogs.dart
2024-02-07 14:57:31 +01:00

11 lines
247 B
Dart

// SPDX-FileCopyrightText: 2022 Iconica
//
// SPDX-License-Identifier: BSD-3-Clause
///
library flutter_dialogs;
export './src/alert_dialogs.dart';
export './src/dialogs.dart';
export './src/popup_parent.dart';
export './src/popup_service.dart';