reels_viewer 1.0.0 reels_viewer: ^1.0.0 copied to clipboard
This is a package created in the style of the instagram reels viewer, with which you can pass video url and get reels view.
reels_viewer #
This is a package created in the style of the instagram reels viewer, with which you can pass video url and get reels view.
Usage #
In the pubspec.yaml
of your flutter project, add the following dependency:
dependencies:
...
reels_viewer: "^1.0.0"
In your library add the following import:
import 'package:reels_viewer/reels_viewer.dart';
For help getting started with Flutter, view the online documentation.
Demo APK #
Click here for download demo app.
ScreenShots #
initial view
Screenshot 1
Screenshot 2
Screenshot 3