image_picker2 1.0.1
image_picker2: ^1.0.1 copied to clipboard
A modern, zero-permission Flutter plugin to pick images and videos with OS-level selection limits and native compression.
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.