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

outdated

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 #

Home Done Question
2
likes
30
pub points
16%
popularity

Publisher

unverified uploader

Flutter package to display alerts

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on future_alert