everesttoast 1.0.2 copy "everesttoast: ^1.0.2" to clipboard
everesttoast: ^1.0.2 copied to clipboard

A package to show popup notification

everesttoast #

A new Flutter project.

Getting Started #

This project is a starting point for a Flutter application. //just call this method to show dialog after making imports

showToast( context, 'message',3 );

//example

ElevatedButton(onPressed(){ showToast( context, 'message',3 ); },child:Text('click me'))

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

10
likes
125
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A package to show popup notification

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on everesttoast