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
Next Next commit
formatting
  • Loading branch information
jonahwilliams committed May 24, 2024
commit c9a57d780de5ee3e045b5ed6416e0866928f371d
4 changes: 2 additions & 2 deletions packages/camera/camera_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT
## 0.10.10

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.2.
* [Supports Impeller](https://docs.flutter.dev/release/breaking-changes/android-surface-plugins)
Expand Down Expand Up @@ -36,7 +36,7 @@

## 0.10.8+14

* Fixes `pausePreview` null pointer error. `pausePreview` should not be called
* Fixes `pausePreview` null pointer error. `pausePreview` should not be called
when camera is closed or not configured.
* Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.

Expand Down
Loading