Skip to content

Commit

Permalink
Enable prefer_mixin and bump plugin_platform_interface to 2.1.7 (#5793)
Browse files Browse the repository at this point in the history
Follow-up to
flutter/packages#5717 (comment).

---------

Co-authored-by: Tarrin Neal <tarrinneal@gmail.com>
  • Loading branch information
goderbauer and tarrinneal committed Jan 5, 2024
1 parent f8309b9 commit 8abcac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## NEXT
## 6.2.2

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

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

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
plugin_platform_interface: ^2.1.7

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 8abcac7

Please sign in to comment.