-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
43 lines (39 loc) · 1013 Bytes
/
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
name: bitmovin_player
description: Official Flutter bindings for Bitmovin's mobile Player SDKs.
version: 0.12.0
homepage: https://bitmovin.com
repository: https://github.com/bitmovin/bitmovin-player-flutter
issue_tracker: https://github.com/bitmovin/bitmovin-player-flutter/issues
documentation: https://developer.bitmovin.com/playback/docs/overview-flutter
topics:
- video
- player
- video-player
- livestream
environment:
sdk: '>=2.19.1 <4.0.0'
flutter: ">=2.5.0"
dependencies:
equatable: ^2.0.5
flutter:
sdk: flutter
json_annotation: ^4.8.0
logger: ^2.0.2
plugin_platform_interface: ^2.0.2
uuid: ^4.0.0
dev_dependencies:
build_runner: ^2.3.3
envied_generator: ^0.5.2
flutter_lints: ">=3.0.1 <6.0.0"
flutter_test:
sdk: flutter
json_serializable: ^6.6.1
very_good_analysis: ">=5.1.0 <7.0.0"
flutter:
plugin:
platforms:
android:
package: com.bitmovin.player.flutter
pluginClass: PlayerPlugin
ios:
pluginClass: PlayerPlugin