dialogx 1.0.0
dialogx: ^1.0.0 copied to clipboard
Dialogs is a Flutter package that provides an easy way to display dialogs and toasts in your Flutter app. With Dialogs, you can save time and effort by avoiding boilerplate code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dialogx
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dialogx: ^1.0.0
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:dialogx/dialogx.dart';