step_tracker 1.1.0 copy "step_tracker: ^1.1.0" to clipboard
step_tracker: ^1.1.0 copied to clipboard

A Flutter Step Tracker plugin for collect information from user and display progress through a sequence of steps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add step_tracker

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

dependencies:
  step_tracker: ^1.1.0

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:step_tracker/step_tracker.dart';
10
likes
130
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Step Tracker plugin for collect information from user and display progress through a sequence of steps.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on step_tracker