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

Tracking order or journey with custom color and text styles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add steps_widget

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

dependencies:
  steps_widget: ^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:steps_widget/models/track.dart';
import 'package:steps_widget/tracking_widget.dart';
import 'package:steps_widget/utils/app_colors.dart';
import 'package:steps_widget/widgets/horizontal_step.dart';
import 'package:steps_widget/widgets/vertical_step.dart';
3
likes
115
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

Tracking order or journey with custom color and text styles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on steps_widget