modifiable_progress_indicators 0.0.1 copy "modifiable_progress_indicators: ^0.0.1" to clipboard
modifiable_progress_indicators: ^0.0.1 copied to clipboard

A Flutter package that let's you create beautiful modifiable progress indicators.

Modifiable Progress Indicator #

Simple Modifiable Progress Indicators that let you add beautiful progress indicators to your flutter app.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  modifiable_progress_indicators: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:modifiable_progress_indicators/modifiable_progress_indicators.dart';

Details #

There are a number of properties that you can modify:

  • height
  • width
  • color
  • stroke width
  • image

Example #

ModifiableProgressIndicators(
    height : 10,
    width : 10,
    circleColor : Colors.white,
    strokeWidth : 5,
    image : 'assets/assetLogoMark.png',
),

Future Goals #

  • ❌ Add more kinds of progress indicators
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package that let's you create beautiful modifiable progress indicators.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modifiable_progress_indicators