story_flow 1.0.3 copy "story_flow: ^1.0.3" to clipboard
story_flow: ^1.0.3 copied to clipboard

A Flutter story package that enables the display of stories, supporting images, videos, and GIFs. It includes customizable profile picture sizes, a progress indicator for each story, and smooth swipe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add story_flow

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

dependencies:
  story_flow: ^1.0.3

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_flow/story_flow.dart';
4
likes
120
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter story package that enables the display of stories, supporting images, videos, and GIFs. It includes customizable profile picture sizes, a progress indicator for each story, and smooth swipe navigation between stories.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_lints, lottie, video_player

More

Packages that depend on story_flow