- Ignores the warning for the upcoming deprecation of
DecoderCallback
.
- Ignores the warning for the upcoming deprecation of
ImageProvider.load
in the correct line.
- Ignores the warning for the upcoming deprecation of
ImageProvider.load
.
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Migrates from
ui.hash*
toObject.hash*
. - Adds OS version support information to README.
- Internal code cleanup for stricter analysis options.
- Internal fix for unused field formal parameter.
- Update minimum Flutter SDK to 2.5 and iOS deployment target to 9.0.
- Add iOS unit test target.
- Fix repository link in pubspec.yaml.
- Migrate to null safety.
- Update Flutter SDK constraint.
- Remove no-op android folder in the example app.
- Post-v2 Android embedding cleanups.
- Remove Android folder from
ios_platform_images
.
- Fix crash when parameter extension is null.
- Fix CocoaPods podspec lint warnings.
- Remove Android dependencies fallback.
- Require Flutter SDK 1.12.13+hotfix.5 or greater.
- Make the pedantic dev_dependency explicit.
- Removed Android support from the pubspec.
- Fixed a bug where the scale value of the image wasn't respected.
- Initial release. Includes functionality to share images iOS images with Flutter and Flutter assets with iOS.