Last updated:
0 purchases
just toast
Just Toast #
This is just toast for flutter!
Usage #
showToast(context: context, text: 'toast message');
copied to clipboard
custom
showToast(
context: context,
text: 'Custom Toast message',
duration: const Duration(milliseconds: 1000),
alignment: Alignment.center,
textStyle: const TextStyle(fontSize: 20, color: Colors.amber),
color: Colors.purple,
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.