awesome_alert 1.0.2 copy "awesome_alert: ^1.0.2" to clipboard
awesome_alert: ^1.0.2 copied to clipboard

This package allows you to create your alerts in a customized and simple way. There are ready-made templates such as loading or image loading, but you can also create your own custom alert.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add awesome_alert

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

dependencies:
  awesome_alert: ^1.0.2

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:awesome_alert/awesome_alert.dart';
11
likes
120
pub points
64%
popularity

Publisher

unverified uploader

This package allows you to create your alerts in a customized and simple way. There are ready-made templates such as loading or image loading, but you can also create your own custom alert.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_widget_from_html_core

More

Packages that depend on awesome_alert