butterfly_dialog 0.0.5 copy "butterfly_dialog: ^0.0.5" to clipboard
butterfly_dialog: ^0.0.5 copied to clipboard

ButterflyAlertDialog allows you to quickly display alert dialogs such as success, error, warning, and delete.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add butterfly_dialog

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  butterfly_dialog: ^0.0.5

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:butterfly_dialog/butterfly_dialog.dart';
8
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

ButterflyAlertDialog allows you to quickly display alert dialogs such as success, error, warning, and delete.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on butterfly_dialog