media_picker_plus 0.2.0+4
media_picker_plus: ^0.2.0+4 copied to clipboard
A Flutter plugin to pick or capture images and videos with quality control options
Unreleased #
Added #
- Unit/widget tests for crop options and interactive crop UI.
- Integration tests (mocked MethodChannel) for camera/gallery/file flows under
example/integration_test/. CropUInow supportsinitialImageinjection (useful for tests/advanced usage).
Fixed #
- Fix iOS image watermark positioning so it no longer overflows the image edge (more consistent with Android).
- Crop UI now emits the initial crop rectangle reliably (avoids first callback being throttled).
0.1.2+4 #
Fixed #
- Refactored example project for easier maintainance
- Fixed bug: cropping image outputed wrong result image (iOS)
- Fixed bug: picking image on web
- Fixed bug: error picking file on Android