handy_dialogs 0.0.4 handy_dialogs: ^0.0.4 copied to clipboard
Handy dialogs for your apps logic easy & quick integration of frequently used dialogs
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add handy_dialogs
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
handy_dialogs: ^0.0.4
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:handy_dialogs/handy_dialogs.dart';