flutter_media_session 2.0.0-pre.2
flutter_media_session: ^2.0.0-pre.2 copied to clipboard
Sync media metadata and playback state with system controls on Android, Windows, and Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_media_sessionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_media_session: ^2.0.0-pre.2Alternatively, 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:flutter_media_session/flutter_media_session.dart';