quickalert 0.0.2 copy "quickalert: ^0.0.2" to clipboard
quickalert: ^0.0.2 copied to clipboard

outdated

With QuickAlert, instantly display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quickalert
copied to clipboard

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

dependencies:
  quickalert: ^0.0.2
copied to clipboard

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:quickalert/quickalert.dart';
copied to clipboard
533
likes
90
points
7.51k
downloads

Publisher

verified publisherbelovance.com

Weekly Downloads

2024.07.06 - 2025.01.18

With QuickAlert, instantly display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on quickalert