complete_story_view 0.0.4 copy "complete_story_view: ^0.0.4" to clipboard
complete_story_view: ^0.0.4 copied to clipboard

A Flutter package for creating smooth, full-screen story views with customizable animations and controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add complete_story_view

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

dependencies:
  complete_story_view: ^0.0.4

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:complete_story_view/componants/story_list_widget.dart';
import 'package:complete_story_view/componants/story_view.dart';
import 'package:complete_story_view/componants/story_widget.dart';
import 'package:complete_story_view/controller/story_inherited_notifier.dart';
import 'package:complete_story_view/controller/story_provider.dart';
import 'package:complete_story_view/story_package.dart';
import 'package:complete_story_view/widgets/linear_timer.dart';
import 'package:complete_story_view/widgets/video_player.dart';
5
likes
140
points
335
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating smooth, full-screen story views with customizable animations and controls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, video_player

More

Packages that depend on complete_story_view