-
Notifications
You must be signed in to change notification settings - Fork 11
/
pubspec.yaml
58 lines (54 loc) · 1.71 KB
/
pubspec.yaml
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
58
name: bccm_player
description: ExoPlayer/AVPlayer via platform views, with cast, PiP, background audio, audio selection, etc.
version: 1.1.3
documentation: https://bcc-code.github.io/bccm-player/
repository: https://github.com/bcc-code/bccm-player
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.5.0"
dependencies:
collection: ^1.17.1
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_plugin_android_lifecycle: ^2.0.9
flutter_state_notifier: ^1.0.0
flutter_svg: ^2.0.2
flutter_web_plugins:
sdk: flutter
freezed: ^2.3.2
freezed_annotation: ^2.2.0
js: ^0.7.1
meta: ^1.9.1
plugin_platform_interface: ^2.0.2
riverpod: ^2.2.0
state_notifier: ^1.0.0
universal_io: ^2.0.4
uuid: ^4.5.0
wakelock_plus: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
pigeon: ^22.3.0
build_runner: ^2.3.3
mockito: ^5.4.2
# The following section is specific to Flutter packages.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' specifies the class (in Java, Kotlin, Swift, Objective-C, etc.)
# which should be registered in the plugin registry. This is required for
# using method channels.
# The Android 'package' specifies package in which the registered class is.
# This is required for using method channels on Android.
# The 'ffiPlugin' specifies that native code should be built and bundled.
# This is required for using `dart:ffi`.
# All these are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: media.bcc.bccm_player
pluginClass: BccmPlayerPlugin
ios:
pluginClass: BccmPlayerPlugin