flutter_animation_progress_bar 2.3.1 copy "flutter_animation_progress_bar: ^2.3.1" to clipboard
flutter_animation_progress_bar: ^2.3.1 copied to clipboard

This colorful Flutter widget package aims to show an animation progress bar in reactive style. It also supports both vertical and horizontal bar.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_animation_progress_bar
copied to clipboard

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

dependencies:
  flutter_animation_progress_bar: ^2.3.1
copied to clipboard

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:flutter_animation_progress_bar/flutter_animation_progress_bar.dart';
copied to clipboard
234
likes
140
points
21.2k
downloads

Publisher

verified publishervnappmob.com

Weekly Downloads

2024.09.13 - 2025.03.28

This colorful Flutter widget package aims to show an animation progress bar in reactive style. It also supports both vertical and horizontal bar.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_animation_progress_bar