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.
4
4
dependencies :
5
5
flutter :
6
6
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 :
8
12
path_provider_macos :
9
13
path : ../
10
14
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
+
1
5
## 0.10.12
2
6
3
7
* 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
4
4
# 0.10.y+z is compatible with 1.0.0, if you land a breaking change bump
5
5
# the version to 2.0.0.
6
6
# 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
8
8
homepage : https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
9
9
10
10
flutter :
@@ -19,8 +19,8 @@ flutter:
19
19
default_package : video_player_web
20
20
21
21
dependencies :
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
24
24
# The design on https://flutter.dev/go/federated-plugins was to leave
25
25
# this constraint as "any". We cannot do it right now as it fails pub publish
26
26
# validation, so we set a ^ constraint.
You can’t perform that action at this time.
0 commit comments