chepito 0.0.2 copy "chepito: ^0.0.2" to clipboard
chepito: ^0.0.2 copied to clipboard

This package contains common UI utility package.

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");

To show a loader, use the following code:

UIUtils.showCircularLoader("Loading...");

To show an alert dialogue, use the following code:

UIUtils.showAlertDialogue(context, "Title here", "Here is the description");

To show simple spinner loader with no message, use the following code:

UIUtils.showSimpleLoader();

Maintainers #

Name: Ilo Calistus Email: icalistus@gmail.com

0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

This package contains common UI utility package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_spinkit, fluttertoast

More

Packages that depend on chepito