animated_progress 1.0.2 copy "animated_progress: ^1.0.2" to clipboard
animated_progress: ^1.0.2 copied to clipboard

A beautifully animated progress library for Flutter — smooth linear & circular progress bars with gradients, spinning, value transitions, and programmatic control.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animated_progress

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

dependencies:
  animated_progress: ^1.0.2

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:animated_progress/animated_progress.dart';
5
likes
145
points
154
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A beautifully animated progress library for Flutter — smooth linear & circular progress bars with gradients, spinning, value transitions, and programmatic control.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_progress