cool_alert_two 0.1.0 copy "cool_alert_two: ^0.1.0" to clipboard
cool_alert_two: ^0.1.0 copied to clipboard

A Flutter package to display animated alert dialogs such as success, error, warning, confirm or even a loading dialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cool_alert_two

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

dependencies:
  cool_alert_two: ^0.1.0

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:cool_alert_two/cool_alert_two.dart';
3
likes
120
pub points
61%
popularity

Publisher

verified publishermatwright.dev

A Flutter package to display animated alert dialogs such as success, error, warning, confirm or even a loading dialog.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flare_flutter, flutter, lottie, vector_math

More

Packages that depend on cool_alert_two