kd_youtube_background_audio 0.0.8
kd_youtube_background_audio: ^0.0.8 copied to clipboard
A robust Flutter wrapper bridging just_audio and youtube_explode_dart for seamless background audio streaming and native OS media controls.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kd_youtube_background_audioThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kd_youtube_background_audio: ^0.0.8Alternatively, 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:kd_youtube_background_audio/kd_youtube_background_audio.dart';