unified_popups 2.0.2 copy "unified_popups: ^2.0.2" to clipboard
unified_popups: ^2.0.2 copied to clipboard

Unified Overlay popup system for Flutter: toast, loading, confirm, date, sheet, flow sheet, menu and drop menu. One Pop API, no BuildContext, shared back and route policies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unified_popups

With Flutter:

 $ flutter pub add unified_popups

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unified_popups: ^2.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unified_popups/unified_popups.dart';
8
likes
0
points
403
downloads

Publisher

unverified uploader

Weekly Downloads

Unified Overlay popup system for Flutter: toast, loading, confirm, date, sheet, flow sheet, menu and drop menu. One Pop API, no BuildContext, shared back and route policies.

Repository (GitHub)
View/report issues

Topics

#dialog #toast #overlay #popup #bottomsheet

License

unknown (license)

Dependencies

flutter

More

Packages that depend on unified_popups