timeline_status 0.0.10 copy "timeline_status: ^0.0.10" to clipboard
timeline_status: ^0.0.10 copied to clipboard

To display status timeline, a widget will contain the step indicator with the status text given. To display different indicator different colors can be used as shown in example.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add timeline_status

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

dependencies:
  timeline_status: ^0.0.10

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:timeline_status/timeline_status.dart';
5
likes
120
pub points
59%
popularity

Publisher

unverified uploader

To display status timeline, a widget will contain the step indicator with the status text given. To display different indicator different colors can be used as shown in example.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on timeline_status