Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into deprecate-UnmodifiableUint8ListView
  • Loading branch information
stuartmorgan-g authored Feb 16, 2024
commit dec4948d621c5c121b0dee02c671031ebc26fdfb
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## 2.9.2
## 2.9.4

* Migrates away from deprecated `UnmodifiableUint8ListView`.

## NEXT

* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

## 2.9.3

* Updates minimum required plugin_platform_interface version to 2.1.7.

## 2.9.2

* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
* Fixes new lint warnings.

## 2.9.1

* Adds pub topics to package metadata.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ repository: https://github.com/flutter/packages/tree/main/packages/image_picker/
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%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: 2.9.2
version: 2.9.4

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.7.0"
sdk: ^3.3.0
flutter: ">=3.19.0"

dependencies:
cross_file: ^0.3.1+1
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.