an_toast 1.1.1
an_toast: ^1.1.1 copied to clipboard
A Flutter toast library with usage identical to Android would provide a simple API for displaying toast messages in Flutter.
1.1.1 #
- Fix a bug where a toast might not disappear when it is canceled using a cancellable.
1.1.0 #
- Customize the display style of string messages.
1.0.0 #
- Added ToastManager.useLifecycleTimer, which uses a lifecycle-aware timer that pauses when the app is not visible.
0.3.0 #
- Upgrading Dependencies.
0.2.0 #
- Add documentation and usage instructions.
0.1.0 #
- A Flutter toast library with usage identical to Android.