toaster library

Classes

Toaster
Runs on dart side this has no interaction with the Native Side Works with all platforms just in two lines of code final toaster = Toaster().init(context) toaster.showToast(child)
ToastStateFulState
State for _ToastStateFul

Enums

ToastGravity
ToastGravity Used to define the position of the Toast on the screen

Typedefs

PositionedToastBuilder = Positioned Function(BuildContext context, Widget child)
Signature for a function to buildCustom Toast