Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[video_player] Publish fully federation version (#4724)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Feb 2, 2022
1 parent 4ebfcb5 commit 9378670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/video_player/video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 2.2.18

* Moves Android and iOS implementations to federated packages.
* Update audio URL in iOS tests.
Expand Down
14 changes: 4 additions & 10 deletions packages/video_player/video_player/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ description: Flutter plugin for displaying inline video with other Flutter
widgets on Android, iOS, and web.
repository: https://github.com/flutter/plugins/tree/main/packages/video_player/video_player
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.2.17
# Temporarily disable publishing to allow moving Android and iOS
# implementations.
publish_to: none
version: 2.2.18

environment:
sdk: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"
flutter: ">=2.8.0"

flutter:
plugin:
Expand All @@ -25,11 +22,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
# Temporary path dependencies to allow moving Android and iOS implementations.
video_player_android:
path: ../video_player_android
video_player_avfoundation:
path: ../video_player_avfoundation
video_player_android: ^2.2.17
video_player_avfoundation: ^2.2.17
video_player_platform_interface: ">=4.2.0 <6.0.0"
video_player_web: ^2.0.0
html: ^0.15.0
Expand Down

0 comments on commit 9378670

Please sign in to comment.