flutter_animation_progress_bar 2.0.0 copy "flutter_animation_progress_bar: ^2.0.0" to clipboard
flutter_animation_progress_bar: ^2.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/example.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: '%',
    )),
  );
}
235
likes
0
points
24.9k
downloads

Publisher

verified publishervnappmob.com

Weekly Downloads

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