Skip to content

Commit 9378670

Browse files
[video_player] Publish fully federation version (flutter#4724)
1 parent 4ebfcb5 commit 9378670

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

packages/video_player/video_player/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 2.2.18
22

33
* Moves Android and iOS implementations to federated packages.
44
* Update audio URL in iOS tests.

packages/video_player/video_player/pubspec.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@ description: Flutter plugin for displaying inline video with other Flutter
33
widgets on Android, iOS, and web.
44
repository: https://github.com/flutter/plugins/tree/main/packages/video_player/video_player
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
6-
version: 2.2.17
7-
# Temporarily disable publishing to allow moving Android and iOS
8-
# implementations.
9-
publish_to: none
6+
version: 2.2.18
107

118
environment:
129
sdk: ">=2.14.0 <3.0.0"
13-
flutter: ">=2.5.0"
10+
flutter: ">=2.8.0"
1411

1512
flutter:
1613
plugin:
@@ -25,11 +22,8 @@ flutter:
2522
dependencies:
2623
flutter:
2724
sdk: flutter
28-
# Temporary path dependencies to allow moving Android and iOS implementations.
29-
video_player_android:
30-
path: ../video_player_android
31-
video_player_avfoundation:
32-
path: ../video_player_avfoundation
25+
video_player_android: ^2.2.17
26+
video_player_avfoundation: ^2.2.17
3327
video_player_platform_interface: ">=4.2.0 <6.0.0"
3428
video_player_web: ^2.0.0
3529
html: ^0.15.0

0 commit comments

Comments
 (0)