Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@thedoritos thedoritos released this 09 Aug 09:08

Picker V2

Picker V1 has some issues related on metadata of the picked image.
The main change in V2 is to return a copy of the original image, and it will allow you to read metadata directly from the image.

See #44 for more detailed information.

💥 Breaking changes

  • Unimgpicker returns a copy of the original image
  • Image resizing with maxSize is disabled
  • Plugin's format is changed from Android Library to JAR

🐛 Bug fixes

  • Image picker won't open after it is dismissed by pulling down (due to iOS 13's modal presentation style)