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.

Simple tracking widget to show completed and remaining journey steps.

Features #



Getting started #

Tracking order or journey with custom color and text styles.

Usage #

/example folder.

TrackingWidget(
direction: Axis.horizontal,
itemGap: 35,
color: Colors.grey,
trackList: [  Track(isActive: true, labelText: "Created"),
Track(isActive: true, labelText: "Out of Delivery"),
Track(isActive: false, labelText: "Fulfilled"),
],
)

Additional information #

Widget main class is TrackingWidget. Two type Horizontal or Vertical. Easy to user. Just provide list and tracks for rendering the track.

3
likes
115
points
30
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