progress_bar_rounded 1.0.1 copy "progress_bar_rounded: ^1.0.1" to clipboard
progress_bar_rounded: ^1.0.1 copied to clipboard

A customizable rounded progress bar widget for Flutter with smooth animations, multiple themes, and flexible child widget support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_bar_rounded

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

dependencies:
  progress_bar_rounded: ^1.0.1

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:progress_bar_rounded/progress_bar.dart';
import 'package:progress_bar_rounded/progress_bar_styles.dart';
3
likes
140
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable rounded progress bar widget for Flutter with smooth animations, multiple themes, and flexible child widget support.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on progress_bar_rounded