everesttoast 1.0.1
everesttoast: ^1.0.1 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
void showToast(BuildContext context, String message,int ?seconds,{Color color=Colors.black});
//example
ElevatedButton(onPressed(){ void showToast(BuildContext context, String message,int ?seconds,{Color color=Colors.black}); },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.