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

outdated

Flutter progress bar witch you can easily use the library in many ways.

smart_progress_bar #

A new Flutter package.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Example #

GitHub Logo

Usage #

You can easily use the library in many ways. You can call the progress bar while your code is executed in the following way:

SmartProgressBar.showProgressBar(whileRun: () async {
                      //any code
                    });

or

 SmartProgressBar.showProgressBar(
                        backgroundColor: Colors.black,
                        textColor: Colors.white,
                        text: "Any hint",
                        //backgroundColorHex:"#000000",
                        //textColorHex:"#ffffff",
                        whileRun: () {
                         //any code
                        });

Or you can use the progress bar by adding it to your asynchronous function:

final res = await validateAndSubmit().withSmartProgressBar();
12
likes
0
pub points
48%
popularity

Publisher

unverified uploader

Flutter progress bar witch you can easily use the library in many ways.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, native_progress_hud

More

Packages that depend on smart_progress_bar