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

outdated

A Flutter animation progress bar package.

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: '%',
    )),
  );
}
235
likes
30
points
24.6k
downloads

Publisher

verified publishervnappmob.com

Weekly Downloads

A Flutter animation progress bar package.

Homepage

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_animation_progress_bar