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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
10
likes
130
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.04 - 2025.04.18

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