flutter_easy_dialogs 4.0.3 copy "flutter_easy_dialogs: ^4.0.3" to clipboard
flutter_easy_dialogs: ^4.0.3 copied to clipboard

Easy and flexible package for showing dialogs inside your Flutter application without BuildContext.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_easy_dialogs
copied to clipboard

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

dependencies:
  flutter_easy_dialogs: ^4.0.3
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_easy_dialogs/flutter_easy_dialogs.dart';
copied to clipboard
59
likes
150
points
2.33k
downloads

Publisher

verified publisherfeduke-nukem.dev

Weekly Downloads

2024.09.16 - 2025.03.31

Easy and flexible package for showing dialogs inside your Flutter application without BuildContext.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_easy_dialogs