Skip to content

Commit a19fc3e

Browse files
Re-land: Enable prefer_mixin and bump plugin_platform_interface to 2.1.7 (#5841)
This reverts commit flutter/packages@5aef49b, except for the Flutter version pin, thus re-landing flutter/packages#5793. Now that the tree is fixed, it can be re-landed for auto-publishing.
1 parent 99c6221 commit a19fc3e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 6.2.2
22

3+
* Updates minimum required plugin_platform_interface version to 2.1.7.
34
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
45

56
## 6.2.1

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/flutter/packages/tree/main/packages/video_player/
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 6.2.1
7+
version: 6.2.2
88

99
environment:
1010
sdk: ">=3.0.0 <4.0.0"
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
plugin_platform_interface: ^2.1.0
16+
plugin_platform_interface: ^2.1.7
1717

1818
dev_dependencies:
1919
flutter_test:

0 commit comments

Comments
 (0)