image_picker2_plus 1.0.2
image_picker2_plus: ^1.0.2 copied to clipboard
A modern, zero-permission Flutter plugin to pick images and videos with OS-level selection limits, native compression, and a rich WhatsApp-style example.
1.0.2 #
- Added rich WhatsApp-style example UI for multi-select preview and captions.
- Routed public
pickMediaAPI through a proper platform interface. - Updated iOS podspec metadata and min iOS version to 14.0 to match PHPicker usage.
- Fixed and modernized unit/widget/integration tests to match current API.
- Updated package ownership metadata and repository links for
image_picker2_plus.
1.0.1 #
- Fixed pub.dev scoring issues (shortened description length).
- Updated metadata URLs.
1.0.0 #
- Initial release.
- Pick images and videos with a user-defined selection limit.
- Zero storage permissions required — uses Android Photo Picker and iOS PHPicker.
- Built-in image compression with
maxWidthandqualityparameters. - Support for
PickerMediaType.image,.video, and.any. - Backward-compatible
pickImagesAPI. - Strict app-level limit enforcement guards against OEM picker overrides.