external/fluttertoast/fluttertoast
library
Classes
-
Fluttertoast
-
Plugin to show a toast message on screen
Only for android, ios and Web platforms
-
FToast
-
Runs on dart side this has no interaction with the Native Side
Works with all platforms just in two lines of code
final fToast = FToast().init(context)
fToast.showToast(child)
-
ToastStateFulState
-
State for
_ToastStateFul
Enums
-
Toast
-
Toast Length
Only for Android Platform
-
ToastGravity
-
ToastGravity
Used to define the position of the Toast on the screen