alert_plus 1.0.1 copy "alert_plus: ^1.0.1" to clipboard
alert_plus: ^1.0.1 copied to clipboard

A highly customizable Flutter package for alert dialogs with themes, animations, and input fields.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alert_plus

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

dependencies:
  alert_plus: ^1.0.1

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:alert_plus/alert_plus.dart';
1
likes
160
points
143
downloads
screenshot

Publisher

verified publisherrohitchouhan.com

Weekly Downloads

A highly customizable Flutter package for alert dialogs with themes, animations, and input fields.

Repository (GitHub)
View/report issues
Contributing

Topics

#alerts #notification #dialogs #ui #toast

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on alert_plus