reels_video_player 1.0.0
reels_video_player: ^1.0.0 copied to clipboard
A high-performance Flutter package for TikTok/Reels vertical video feeds with background pre-caching, session rotation, and 100% customizable UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reels_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reels_video_player: ^1.0.0Alternatively, 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:reels_video_player/reels_video_player.dart';