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

A Flutter package for creating a instagram like story. The package only abstracts the burden of guestures and controller. Making it highly customizable and easy to use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stories_page_view

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

dependencies:
  stories_page_view: ^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:stories_page_view/stories_page_view.dart';
8
likes
150
pub points
69%
popularity

Publisher

verified publisherblocship.io

A Flutter package for creating a instagram like story. The package only abstracts the burden of guestures and controller. Making it highly customizable and easy to use.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on stories_page_view