simple_progress_indicators 0.2.0 simple_progress_indicators: ^0.2.0 copied to clipboard
Simple progress indicators package with solid colors and gradients. Can be used to show progress or for simple animation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_progress_indicators
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_progress_indicators: ^0.2.0
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:simple_progress_indicators/simple_progress_indicators.dart';