chepito

Creator: coderz1093

Last updated:

0 purchases

chepito Image
chepito Images
Add to Cart

Description:

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]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.