- Fixes null pointer exception in
saveResult.
- Refactors code in preparation for adopting Pigeon.
- Adds
usePhotoPickerAndroidoptions.
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
- Fixes compilation warnings.
- Updates compileSdkVersion to 33.
- Adds Android 13 photo picker functionality if SDK version is at least 33.
- Bumps compileSdkVersion from 31 to 33
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
- Fixes names of picked files to match original filenames where possible.
- Updates code for stricter lint checks.
- Fixes null cast exception when restoring a cancelled selection.
- Updates minimum Flutter version to 2.10.
- Bumps gradle from 7.1.2 to 7.2.1.
- Updates
image_picker_platform_interfaceconstraint to the correct minimum version.
- Switches to an internal method channel implementation.
- Updates gradle to 7.1.2.
- Minor fixes for new analysis options.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Splits from
image_pickeras a federated implementation.