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

This package helps to generate a simple progress bar with color according to progress.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add do_progress_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  do_progress_bar: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:do_progress_bar/do_progress_bar.dart';
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

This package helps to generate a simple progress bar with color according to progress.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on do_progress_bar