h_alert_dialog 1.1.2
h_alert_dialog: ^1.1.2 copied to clipboard
flutter alert dialog package to show custom alert dialog box easly and fast
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add h_alert_dialogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
h_alert_dialog: ^1.1.2Alternatively, 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:h_alert_dialog/h_alert_dialog.dart';