0 purchases
chepito
Common UI Utility plugins used by Flutter devs on a daily basis
Features #
Toast
AlertDialogue
Loader
Getting started #
Usage #
To show a toast message, use the following code:
UIUtils.showToast("Hello dear");
copied to clipboard
To show a loader, use the following code:
UIUtils.showCircularLoader("Loading...");
copied to clipboard
To show an alert dialogue, use the following code:
UIUtils.showAlertDialogue(context, "Title here", "Here is the description");
copied to clipboard
To show simple spinner loader with no message, use the following code:
UIUtils.showSimpleLoader();
copied to clipboard
Maintainers #
Name: Ilo Calistus
Email: [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.