native_exif 0.4.1
native_exif: ^0.4.1 copied to clipboard
A plugin to read and write exif data of images.
0.4.1 #
- Updated dependencies
- Migrated gradle repository from jcenter to mavencentral (Thanks @alvarisi for your contribution)
0.4.0 #
- Android: Set
compileSdkVersion
andtargetSdkVersion
to31
. - Android: Updated dependencies.
0.3.0 #
- Switched to androidx ExifInterface.
- Unified
GPSLatitude
andGPSLongitude
behaviour.
0.2.1 #
- Add support for the Orientation property on iOS devices.
0.2.0 #
- Add support for GPS attributes on iOS devices.
- Extended README.md.
- Extended example app.
0.1.2 #
- Added simple README.md
0.1.1 #
- Add user comment tag for android
- Fix writing on generated files not working
0.1.0 #
- Add write functionality for android and ios
- Add more tags for android to fetch more information
0.0.3 #
- Improve null safety
0.0.2 #
- Example null safety
- Added
close
method, which should always be called to free up memory.
0.0.1 #
- First working alpha version.