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

outdated

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: ^0.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:step_tracker/step_tracker.dart';
7
likes
0
pub points
78%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on step_tracker