eatshots_video_player 0.0.1
eatshots_video_player: ^0.0.1 copied to clipboard
A high-performance, Reels-style short-form video player plugin for Flutter, optimized with aggressive caching, background prefetching, and native controller pooling.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eatshots_video_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
eatshots_video_player: ^0.0.1Alternatively, 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:eatshots_video_player/eatshots_video_player.dart';