File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
path_provider/path_provider_macos/example
video_player/video_player Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ description: Demonstrates how to use the path_provider plugin.
44dependencies :
55 flutter :
66 sdk : flutter
7- path_provider : any
7+ path_provider : ^1.6.14
8+
9+ # path_provider_macos is endorsed, so we need to add it to dependency_overrides
10+ # to depend on it from path:
11+ dependency_overrides :
812 path_provider_macos :
913 path : ../
1014
Original file line number Diff line number Diff line change 1+ ## 0.10.12+1
2+
3+ * Depend on the version of ` video_player_platform_interface ` that contains the new ` VideoPlayerOptions ` class.
4+
15## 0.10.12
26
37* Introduce VideoPlayerOptions to set the audio mix mode.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Flutter plugin for displaying inline video with other Flutter
44# 0.10.y+z is compatible with 1.0.0, if you land a breaking change bump
55# the version to 2.0.0.
66# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7- version : 0.10.12
7+ version : 0.10.12+1
88homepage : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
99
1010flutter :
@@ -19,8 +19,8 @@ flutter:
1919 default_package : video_player_web
2020
2121dependencies :
22- meta : " ^1.0.5"
23- video_player_platform_interface : ^2.0 .0
22+ meta : ^1.0.5
23+ video_player_platform_interface : ^2.1 .0
2424 # The design on https://flutter.dev/go/federated-plugins was to leave
2525 # this constraint as "any". We cannot do it right now as it fails pub publish
2626 # validation, so we set a ^ constraint.
You can’t perform that action at this time.
0 commit comments