progress_timeline 0.0.5 copy "progress_timeline: ^0.0.5" to clipboard
progress_timeline: ^0.0.5 copied to clipboard

A Timeline widget which can be used to show different stages in a bigger process.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add progress_timeline

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

dependencies:
  progress_timeline: ^0.0.5

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:progress_timeline/progress_timeline.dart';
39
likes
40
pub points
70%
popularity

Publisher

unverified uploader

A Timeline widget which can be used to show different stages in a bigger process.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on progress_timeline