story_progress_indicator 1.1.2 copy "story_progress_indicator: ^1.1.2" to clipboard
story_progress_indicator: ^1.1.2 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 Flutter:

 $ flutter pub add story_progress_indicator

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

dependencies:
  story_progress_indicator: ^1.1.2

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:story_progress_indicator/main.dart';
import 'package:story_progress_indicator/story_indicator.dart';
3
likes
150
points
139
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on story_progress_indicator