simple_animation_progress_bar 1.0.0 simple_animation_progress_bar: ^1.0.0 copied to clipboard
This Flutter widget pack aims to show a reactive style animation progress bar. It also supports both vertical and horizontal bar.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add simple_animation_progress_bar
With Flutter:
$ flutter pub add simple_animation_progress_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
simple_animation_progress_bar: ^1.0.0
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simple_animation_progress_bar/simple_animation_progress_bar.dart';