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 048f19c commit df1b4b1Copy full SHA for df1b4b1
packages/unity_video_player/unity_video_player_flutter/pubspec.yaml
@@ -29,9 +29,16 @@ flutter:
29
plugin:
30
implements: unity_video_player
31
platforms:
32
+ android:
33
+ dartPluginClass: UnityVideoPlayerFlutterInterface
34
+ ios:
35
36
windows:
37
dartPluginClass: UnityVideoPlayerFlutterInterface
38
+ macos:
39
40
linux:
41
42
web:
- dartPluginClass: UnityVideoPlayerFlutterInterface
43
+ pluginClass: UnityVideoPlayerMediaKitInterface
44
+ fileName: unity_video_player_flutter.dart
0 commit comments