Skip to content

Commit d996cf1

Browse files
ditmanEgor
authored andcommitted
[path_provider, video_player] Tweak pubspecs to pass bulk analysis. (flutter#2959)
1 parent 8554352 commit d996cf1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

packages/path_provider/path_provider_macos/example/pubspec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ description: Demonstrates how to use the path_provider plugin.
44
dependencies:
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

packages/video_player/video_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/video_player/video_player/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
88
homepage: https://github.com/flutter/plugins/tree/master/packages/video_player/video_player
99

1010
flutter:
@@ -19,8 +19,8 @@ flutter:
1919
default_package: video_player_web
2020

2121
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
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.

0 commit comments

Comments
 (0)