modifiable_progress_indicators

Last updated:

0 purchases

modifiable_progress_indicators Image
modifiable_progress_indicators Images
Add to Cart

Description:

modifiable progress indicators

Modifiable Progress Indicator #




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

Add the latest version of package to your pubspec.yaml (and rundart pub get):

dependencies:
modifiable_progress_indicators: ^0.0.1
copied to clipboard

Import the package and use it in your Flutter App.

import 'package:modifiable_progress_indicators/modifiable_progress_indicators.dart';
copied to clipboard
Screenshots #

Details #
There are a number of properties that you can modify:

height
width
color
stroke width
image


Example #
ModifiableProgressIndicators(
height : 200,
width : 200,
circleColor : Colors.red,
strokeWidth : 5,
image : 'assets/img.png',
),
copied to clipboard
Future Goals #

❌ Add more kinds of progress indicators

Support ❤️ #
Star project on github.com.
Like on pub.dev.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.