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

Flutter package to display alerts

Future_Alert #

A Flutter plugin for showing alert dialog integrated with async await.

Usage #

Just one line:

Example

FutureAlert.warning(context, "Warning!", "Wow that didn't go well");

Await Async

await FutureAlert.done(context, "Done", "This alert has shown correctly");

Question

bool result = FutureAlert.question(context, "What'd you say?", "Choose wisely");

The result will be true/false:

Examples #

Done Question
2
likes
115
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package to display alerts

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on future_alert