bs_video_player 0.2.0 copy "bs_video_player: ^0.2.0" to clipboard
bs_video_player: ^0.2.0 copied to clipboard

unlistedoutdated

This plugin provides a customisable video player widget that can be used to display video content in a Flutter app. The bs_video_player package utilizes the video_player plugin for video playback in F [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bs_video_player

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

dependencies:
  bs_video_player: ^0.2.0

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:bs_video_player/bs_video_player.dart';
6
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin provides a customisable video player widget that can be used to display video content in a Flutter app. The bs_video_player package utilizes the video_player plugin for video playback in Flutter applications. While video_player provides direct access to video playback functions, bs_video_player wraps this functionality in an easy-to-use Material interface.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, video_player

More

Packages that depend on bs_video_player