steps_widget 0.0.3
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_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
steps_widget: ^0.0.3Alternatively, 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';