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

outdated

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

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:flutter_animation_progress_bar/flutter_animation_progress_bar.dart';

void main() {
  runApp(
    Center(
        child: FAProgressBar(
      currentValue: 80,
      displayText: '%',
    )),
  );
}
208
likes
0
pub points
97%
popularity

Publisher

verified publishervnappmob.com

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)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_animation_progress_bar