A minimal flutter toast plugin for both Android and IOS
In pubspec.yaml
flutter_just_toast: ^1.0.1
Import flutter_just_toast/flutter_just_toast.dart
Toast.show(message:"Hello world",duration: Delay.SHORT);
Toast.show(message:"Hello world",duration: Delay.SHORT,
backgroundColor: Colors.blue,
textColor: Colors.black);
Duration :
Delay.SHORT,
Delay.LONG
v1.0.1 : Toast customisation is implemented only in IOS.
IOS Interdependency : Toaster