steps_indicator 0.1.0 copy "steps_indicator: ^0.1.0" to clipboard
steps_indicator: ^0.1.0 copied to clipboard

outdated

Flutter plugin to display a simple steps indicator line widget.

steps_indicator #

A simple steps indicator widget

Installation #

Add steps_indicator: ^0.1.0 in your pubspec.yaml dependencies. And import it:

import 'package:steps_indicator/steps_indicator.dart';

How to use #

Simply create a StepsIndicator widget and pass the required params:

StepsIndicator(
  selectedStep: 1,
  nbSteps: 4
)

Params #

StepsIndicator(
  selectedStep: 1,
  nbSteps: 4,
  selectedStepColorOut: Colors.blue,
  selectedStepColorIn: Colors.white,
  doneStepColor: Colors.blue,
  unselectedStepColor: Colors.red,
  doneLineColor: Colors.blue,
  undoneLineColor: Colors.red
)

For a more detail example please take a look at the example folder.

Example #

Steps indicator:

- #

If something is missing, feel free to open a ticket or contribute!

58
likes
0
pub points
91%
popularity

Publisher

verified publisherhugoextrat.com

Flutter plugin to display a simple steps indicator line widget.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on steps_indicator