flutter_colored_progress_indicators 1.0.1 copy "flutter_colored_progress_indicators: ^1.0.1" to clipboard
flutter_colored_progress_indicators: ^1.0.1 copied to clipboard

outdated

An alternate animated progress indicator widget for flutter's CircularProgressIndicator and LinearProgressIndicator with Google color accents.

flutter_colored_progress_indicators | flutter flutter flutter #

example

An alternate animated progress indicator widget for flutter's CircularProgressIndicator and LinearProgressIndicator with Google color accents.

Features #

  • Colorful CircularProgressIndicator and LinearProgressIndicator

Getting Started #

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  flutter_colored_progress_indicators: ^1.0.1

In your library add the following import:

import 'package:flutter_colored_progress_indicators/flutter_colored_progress_indicators.dart';

After that run flutter pub get

For help getting started with Flutter, view the online documentation.

Usage #

For Circular Progress Indicator -

...
child: ColoredCircularProgressIndicator()
...

For Linear Progress Indicator -

...
child: ColoredLinearProgressIndicator()
...

Properties #

Same as that of Flutter's official CircularProgressIndicator and LinearProgressIndicator but without the valueColor property (because it changes with the animation).

Changelog #

See CHANGELOG.md for recent changes.

Contributions #

You can be of great help if you want to improve or add anything !

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License #

Package and all code within licensed under MIT License.

9
likes
0
pub points
58%
popularity

Publisher

unverified uploader

An alternate animated progress indicator widget for flutter's CircularProgressIndicator and LinearProgressIndicator with Google color accents.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_colored_progress_indicators