multi_video_player 0.0.5 copy "multi_video_player: ^0.0.5" to clipboard
multi_video_player: ^0.0.5 copied to clipboard

Flutter package for displaying multiple preloaded videos on Android, iOS, and web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_video_player

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

dependencies:
  multi_video_player: ^0.0.5

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:multi_video_player/multi_video_player.dart';
7
likes
150
points
133
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for displaying multiple preloaded videos on Android, iOS, and web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, preload_page_view, video_player

More

Packages that depend on multi_video_player