Skip to content
Merged
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' of github.com:flutter/packages into migrate-surfa…
…ce-producer-camerax
  • Loading branch information
jonahwilliams committed May 29, 2024
commit 52ac81e51d67239d1212caa9388a51d8bd8d04f3
10 changes: 8 additions & 2 deletions packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.6.6
## 0.6.5+4

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.2.
* [Supports Impeller](https://docs.flutter.dev/release/breaking-changes/android-surface-plugins).

## 0.6.5+3

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Adds notes to `README.md` about allowing image streaming in the background and the required
`WRITE_EXTERNAL_STORAGE` permission specified in the plugin to allow writing photos and videos to
files.

## 0.6.5+2

* Update to latest stable camerax `1.3.3`.
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera_android_camerax/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera_android_camerax
description: Android implementation of the camera plugin using the CameraX library.
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.6.6
version: 0.6.5+4

environment:
sdk: ^3.4.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.