video_pool 0.1.1 copy "video_pool: ^0.1.1" to clipboard
video_pool: ^0.1.1 copied to clipboard

Enterprise video orchestration for Flutter - intelligent controller pooling with instance reuse, visibility-based lifecycle, thermal throttling, disk caching, and ready-to-use widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add video_pool

With Flutter:

 $ flutter pub add video_pool

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

dependencies:
  video_pool: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:video_pool/video_pool.dart';
8
likes
0
points
177
downloads

Publisher

verified publisherabdullahtas.dev

Weekly Downloads

Enterprise video orchestration for Flutter - intelligent controller pooling with instance reuse, visibility-based lifecycle, thermal throttling, disk caching, and ready-to-use widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, media_kit, media_kit_libs_video, media_kit_video

More

Packages that depend on video_pool

Packages that implement video_pool