-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (51 loc) · 1.28 KB
/
Copy pathpubspec.yaml
File metadata and controls
57 lines (51 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: flutter_media_session
description: "Sync media metadata and playback state with system controls on Android, iOS, macOS, Windows, and Web."
version: 3.0.1
homepage: https://github.com/wyrindev/flutter-media-session
repository: https://github.com/wyrindev/flutter-media-session
issue_tracker: https://github.com/wyrindev/flutter-media-session/issues
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
flutter_web_plugins:
sdk: flutter
web: ">=0.5.1 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
just_audio: ^0.9.40
media_kit: ^1.1.10
flutter:
plugin:
platforms:
android:
package: dev.wyrin.flutter_media_session
pluginClass: FlutterMediaSessionPlugin
ios:
pluginClass: FlutterMediaSessionPlugin
sharedDarwinSource: true
macos:
pluginClass: FlutterMediaSessionPlugin
sharedDarwinSource: true
windows:
pluginClass: FlutterMediaSessionPluginCApi
web:
pluginClass: FlutterMediaSessionWeb
fileName: flutter_media_session_web.dart
topics:
- media
- audio
- playback
- media-session
- lockscreen
platforms:
android:
ios:
macos:
windows:
web: