progress_step 1.0.3 copy "progress_step: ^1.0.3" to clipboard
progress_step: ^1.0.3 copied to clipboard

Flutter package to customized step by step progress indicator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_step

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  progress_step: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:progress_step/progress_step.dart';
1
likes
120
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package to customized step by step progress indicator

License

MIT (license)

Dependencies

flutter

More

Packages that depend on progress_step