story_flow 1.0.3
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_flowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
story_flow: ^1.0.3Alternatively, 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';