flutter_just_toast

Last updated:

0 purchases

flutter_just_toast Image
flutter_just_toast Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.