g2x_custom_toaster 0.0.2 copy "g2x_custom_toaster: ^0.0.2" to clipboard
g2x_custom_toaster: ^0.0.2 copied to clipboard

outdated

display a toaster notification with animation, the toaster notification is removed automatically or by a horizontal swipe

g2x_custom_toaster #

image #

g2x_custom_toaster usage #

G2xCustomToaster.showOnTop(
    icon: Icons.notifications,
    title: "",
    mensage: "",
    navigationKey: _navigationKey,//required navigarionKey(MaterialApp)
    onTap: (){
      //click on notification
    },
    onFinish: (){
      //callback finish
    },
    //animation duration
    millisecondsToDismissStart: 5000 
    millisecondsToDismissAnd
);
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

display a toaster notification with animation, the toaster notification is removed automatically or by a horizontal swipe

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on g2x_custom_toaster