alert_craft 0.1.6
alert_craft: ^0.1.6 copied to clipboard
Alert Craft simplifies customizable notification and selection dialogs for Flutter. Use OverlayService for notifications and choice prompts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add alert_craftWith Flutter:
$ flutter pub add alert_craftThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
alert_craft: ^0.1.6Alternatively, 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:alert_craft/alert_craft.dart';