Last updated:
0 purchases
flutter just toast
flutter_just_toast #
A minimal flutter toast plugin for both Android and IOS
Usage #
In pubspec.yaml
flutter_just_toast: ^1.0.1
copied to clipboard
Import flutter_just_toast/flutter_just_toast.dart
Simple toast
Toast.show(message:"Hello world",duration: Delay.SHORT);
copied to clipboard
Customized Toast
Toast.show(message:"Hello world",duration: Delay.SHORT,
backgroundColor: Colors.blue,
textColor: Colors.black);
copied to clipboard
Duration :
Delay.SHORT,
Delay.LONG
copied to clipboard
Note #
v1.0.1 : Toast customisation is implemented only in IOS.
IOS Interdependency :
Toaster
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.