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.