flutter_awesome_alert_box 2.0.0-prerelease-nullsafety flutter_awesome_alert_box: ^2.0.0-prerelease-nullsafety copied to clipboard
A new flutter package project which contains lots of beautiful alert dialog that will help you lot to create beautiful awesome alert box very quickly and easily..
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_awesome_alert_box
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_awesome_alert_box: ^2.0.0-prerelease-nullsafety
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_awesome_alert_box/flutter_awesome_alert_box.dart';