Skip to content

TeeWrath/modifiable-progress-indicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages