bb_channel 8.53.0
bb_channel: ^8.53.0 copied to clipboard
Blue Billywig Channel SDK for Flutter — embed BB video channels with optional native player integration via bb_player.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bb_channelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bb_channel: ^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_channel/bb_channel.dart';