We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69072da commit 6bfec8cCopy full SHA for 6bfec8c
pubspec.yaml
@@ -5,6 +5,7 @@ homepage: https://github.com/solid-software/flutter_vlc_player
5
6
environment:
7
sdk: ">=2.1.0 <3.0.0"
8
+ flutter: "^1.10.0"
9
10
dependencies:
11
flutter:
@@ -13,5 +14,9 @@ dependencies:
13
14
15
16
plugin:
- androidPackage: software.solid.fluttervlcplayer
17
- pluginClass: FlutterVlcPlayerPlugin
+ platforms:
18
+ android:
19
+ package: software.solid.fluttervlcplayer
20
+ pluginClass: FlutterVlcPlayerPlugin
21
+ ios:
22
0 commit comments