Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
Next Next commit
Merge branch 'main' into camera-fix-camera-access-exception
  • Loading branch information
stuartmorgan-g authored Feb 25, 2022
commit ab6d2544231afc3fbd8ebc1c2e21bae640d117c5
15 changes: 14 additions & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
## 0.9.4+15

* Fixes a bug resulting in a `CameraAccessException` that prevents image
capture on some Android devices.

## 0.9.4+14

* Restores compatibility with Flutter 2.5 and 2.8.

## 0.9.4+13

* Updates iOS camera's photo capture delegate reference on a background queue to prevent potential race conditions, and some related internal code cleanup.

## 0.9.4+12

* Fixes bug resulting in a `CameraAccessException` that prevents image capture on some devices.
* Skips unnecessary AppDelegate setup for unit tests on iOS.
* Internal code cleanup for stricter analysis options.

## 0.9.4+11

Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
Dart.
repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.9.4+12
version: 0.9.4+15

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.