Fix:
- #49: A problem of reading Exif information.
Change reportError
with flutter stable version.
Breaking Change:
The autoCorrectionAngle parameter causes a number of situations to behave differently than 0.4.0
. See readme for details.
(don't use)
Breaking Change:
Because FlutterError.reportError
method's param context
type changed.
So this library will add the constraints of flutter SDK so that users before 1.5.9 will not use version 0.5.0 incorrectly.
Some code has been added to ensure that parameters that do not pass in native do not trigger crash.
Fix:
- Android close file output stream.
Fix:
- optimize compress scale.
Updated Kotlin version
Breaking change. Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.
change iOS return type
add some dart doc
update readme
The version number is updated so that people who can use the higher version of gradle can use it. see pr #8
if android run error, you must update your kotlin'version to 1.2.71+
add optional params rotate
fix bug
update example
fix the ios flutter.h
bug
update readme
first version