- Add SDWebImage dependency for iOS. (#182)
- Repo cleanup.
Modify the constraint version of flutter to 2.0.0
Migrate null-safety version.
-
Fix
- Fix momory leaked for android.
-
Support android v2 plugin.
Breaking Change:
- Replace
List<int>
toUint8List
.
Update Validate
code.
Use the async GCD in iOS.
Fix:
- Web format error
- Import header error for iOS.
New feature
- Support webp on iOS.
New feature:
- Add Params inSampleSize for methods.
- Heif and webp Partially supported.
Fix:
- Android: When the register of the calling plugin is not in the main process or there is no Activity.
Optimization:
- Reduce the speed required for ios to add dependencies by copying the
SYPictureMetadata
source code into the project.
Fix:
- autoCorrectionAngle switches image width and height.
New feature:
- Keep exif (no have orientation), use
keepExif
BREAKING CHANGE :
- remove method
getImageInfo
.
For the time being, the follow-dev branch is no longer used, but only the master branch is needed to unify the pub version number.
New Feature:
- It is now supported to set the compression target to png format.
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