diff --git a/packages/video_player_avplay/lib/video_player.dart b/packages/video_player_avplay/lib/video_player.dart index 50a157250..a5f815996 100644 --- a/packages/video_player_avplay/lib/video_player.dart +++ b/packages/video_player_avplay/lib/video_player.dart @@ -315,7 +315,7 @@ class VideoPlayerController extends ValueNotifier { /// Sets specific feature values for HTTP, MMS, or specific streaming engine (Smooth Streaming, HLS, DASH, DivX Plus Streaming, or Widevine). /// The available streaming properties depend on the streaming protocol or engine. /// Only for [VideoPlayerController.network]. - final Map? streamingProperty; + final Map? streamingProperty; /// **Android only**. Will override the platform's generic file format /// detection with whatever is set here. diff --git a/packages/video_player_avplay/lib/video_player_platform_interface.dart b/packages/video_player_avplay/lib/video_player_platform_interface.dart index 928f92fe5..f298c43a2 100644 --- a/packages/video_player_avplay/lib/video_player_platform_interface.dart +++ b/packages/video_player_avplay/lib/video_player_platform_interface.dart @@ -217,7 +217,7 @@ class DataSource { Map? playerOptions; /// Sets specific feature values for HTTP, MMS, or specific streaming engine - Map? streamingProperty; + Map? streamingProperty; } /// The way in which the video was originally loaded.