alert_plus 1.0.0 copy "alert_plus: ^1.0.0" to clipboard
alert_plus: ^1.0.0 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.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:alert_plus/alert_plus.dart';
1
likes
150
points
63
downloads
screenshot

Publisher

verified publisherrohitchouhan.com

Weekly Downloads

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

Topics

#alerts #notification #dialogs #ui #toast

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on alert_plus