dialog_alert_transition 1.0.5 dialog_alert_transition: ^1.0.5 copied to clipboard
Creating a dialog is simpler and easier with the dialog_alert_transition package since it has transitions into and out of the dialog, it has a multilevel dialog handler. Available for android, ios, wi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dialog_alert_transition
With Flutter:
$ flutter pub add dialog_alert_transition
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dialog_alert_transition: ^1.0.5
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:dialog_alert_transition/dialog_alert_transition.dart';