story_view_lottie 1.3.0 copy "story_view_lottie: ^1.3.0" to clipboard
story_view_lottie: ^1.3.0 copied to clipboard

Display stories just like Whatsapp & Instagram. Can be used inline/inside ListView or Column just like Google News app. Comes with gestures to pause, forward & go to previous page.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add story_view_lottie

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

dependencies:
  story_view_lottie: ^1.3.0

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_view_lottie/controller/story_controller.dart';
import 'package:story_view_lottie/story_view.dart';
import 'package:story_view_lottie/utils.dart';
import 'package:story_view_lottie/widgets/story_image.dart';
import 'package:story_view_lottie/widgets/story_lottie.dart';
import 'package:story_view_lottie/widgets/story_video.dart';
import 'package:story_view_lottie/widgets/story_view.dart';
2
likes
55
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Display stories just like Whatsapp & Instagram. Can be used inline/inside ListView or Column just like Google News app. Comes with gestures to pause, forward & go to previous page.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

collection, flutter, flutter_cache_manager, lottie, rxdart, video_player

More

Packages that depend on story_view_lottie