just_audio_windows_plus 0.4.0
just_audio_windows_plus: ^0.4.0 copied to clipboard
High-performance, seamless audio player for Flutter on Windows. Effortlessly play audio files, live streams, and playlists powered by native C++20 WinRT MediaPlayer.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add just_audio_windows_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
just_audio_windows_plus: ^0.4.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:just_audio_windows_plus/just_audio_windows_plus.dart';