Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.61 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.61 KB

Modifiable Progress Indicator

pub package

likes popularity pub points

Introduction

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';

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',
),

Future Goals

  • Add more kinds of progress indicators

Support ❤️

Star project on github.com.

Like on pub.dev.