Last updated:
0 purchases
everesttoast
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.