Skip to content

Commit

Permalink
[camera] Update minimum SDK version to 3.27/3.6
Browse files Browse the repository at this point in the history
Bring the minimums match those in `camera_android_camerax`.
  • Loading branch information
liff committed Jan 14, 2025
1 parent baf11bc commit d8cb479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.11.1

* Adds API support query for image streaming.
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
* Updates example to dispose animation controllers and curved animations.

## 0.11.0+2
Expand Down
4 changes: 2 additions & 2 deletions packages/camera/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
version: 0.11.1

environment:
sdk: ^3.4.0
flutter: ">=3.22.0"
sdk: ^3.6.0
flutter: ">=3.27.0"

flutter:
plugin:
Expand Down

0 comments on commit d8cb479

Please sign in to comment.