bb_player 8.53.0
bb_player: ^8.53.0 copied to clipboard
Flutter plugin for Blue Billywig's native video player SDK. Provides hardware-accelerated playback with VAST/VPAID ads, analytics, Chromecast, Picture-in-Picture, fullscreen, outstream, and Shorts (ve [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bb_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bb_player: ^8.53.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:bb_player/bb_player.dart';