flutter_exif_rotation 0.3.1
flutter_exif_rotation: ^0.3.1 copied to clipboard
Flutter plugin that fixes the picture orientation when it's took in landscape for some devices.
0.3.1 #
- iOS podspec
0.3.0 #
- Plugin migration to work with Android v2 embedding by @itsmejohndoe
0.2.8 #
- Removed unnecessary prints by @Setti7
- Return error if permissions are denied by @lColinDl
- Fixes images overwriting when using multiple image picker on iOS by @bkoznov
- Removed pubspec.lock to match Dart guidelines by @freitzzz
- Upgraded image_picker package
0.2.7 #
- Some iOS fix
0.2.6 #
- Some iOS fix
0.2.5 #
- Added iOS code made by @Bhagatcliffex
0.2.4 #
- Added new method that returns the file without saving it in the gallery
0.2.3 #
- Fixed bug that makes the app crash when deny the permissions
0.2.2 #
- Fixed the way of request the permissions
0.2.1 #
- Fixed bug on permissions
0.2.0 #
- Migrate to AndroidX on android support library. If you are using the android support library and you want to use that version, you should migrate to Androidx your project.
0.1.1 #
- Some changes on readme.md
0.1.0 #
- Initial release