Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
Next Next commit
Update version info
  • Loading branch information
beroso committed Feb 13, 2023
commit b33531a819a3aec0caa88b8eeefc26af1d1116e8
5 changes: 4 additions & 1 deletion packages/image_picker/image_picker_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.8.5+7

* Improved Bitmap resizing.

## 0.8.5+6

* Updates minimum Flutter version to 3.0.
* Fixes names of picked files to match original filenames where possible.
* Improved Bitmap resizing.

## 0.8.5+5

Expand Down
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: image_picker_android
description: Android implementation of the image_picker plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
version: 0.8.5+6
version: 0.8.5+7

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down