story_progress_indicator 1.0.0 copy "story_progress_indicator: ^1.0.0" to clipboard
story_progress_indicator: ^1.0.0 copied to clipboard

A zero-dependency Flutter package providing a Stories-style segmented progress indicator. Highly customizable, responsive, and driven by a single progress value for use with PageView, timed stories, o [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add story_progress_indicator

With Flutter:

 $ flutter pub add story_progress_indicator

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

dependencies:
  story_progress_indicator: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:story_progress_indicator/story_indicator.dart';
3
likes
0
points
142
downloads

Publisher

verified publisherqasimerror.com

Weekly Downloads

A zero-dependency Flutter package providing a Stories-style segmented progress indicator. Highly customizable, responsive, and driven by a single progress value for use with PageView, timed stories, or swipeable content.

Repository (GitHub)
View/report issues

Topics

#stories #indicator #progress #animation #ui

License

unknown (license)

Dependencies

flutter

More

Packages that depend on story_progress_indicator