diff --git a/packages/unity_video_player/unity_video_player_flutter/pubspec.yaml b/packages/unity_video_player/unity_video_player_flutter/pubspec.yaml index a675a702..29153665 100644 --- a/packages/unity_video_player/unity_video_player_flutter/pubspec.yaml +++ b/packages/unity_video_player/unity_video_player_flutter/pubspec.yaml @@ -29,9 +29,16 @@ flutter: plugin: implements: unity_video_player platforms: + android: + dartPluginClass: UnityVideoPlayerFlutterInterface + ios: + dartPluginClass: UnityVideoPlayerFlutterInterface windows: dartPluginClass: UnityVideoPlayerFlutterInterface + macos: + dartPluginClass: UnityVideoPlayerFlutterInterface linux: dartPluginClass: UnityVideoPlayerFlutterInterface web: - dartPluginClass: UnityVideoPlayerFlutterInterface \ No newline at end of file + pluginClass: UnityVideoPlayerMediaKitInterface + fileName: unity_video_player_flutter.dart \ No newline at end of file