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

A simple toast plugin for Android and iOS.

toaster #

A simple toast plugin for Android and iOS.

Installation #

Add toaster: ^0.0.1 in your pubspec.yaml dependencies

How To Use #

With this plugin, you can easily show toast on both Android (using Toast) and iOS (using actionSheet). Example:

Toaster.toast(message: "Message", duration: Duration.SHORT);

For a more detail example please take a look at the example folder.

screenshot

screenshot

0
likes
30
pub points
10%
popularity

Publisher

unverified uploader

A simple toast plugin for Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on toaster