flutter_native_image_v2 1.1.3
flutter_native_image_v2: ^1.1.3 copied to clipboard
A flutter plugin which uses native iOS/Android to resize, compress or crop
1.1.3 #
- Improved stability and performance
- Code cleanup and documentation updates
- Maintenance release with minor bug fixes
1.1.2+4 #
- CRITICAL FIX: Fixed MissingPluginException by correcting method channel name mismatch
- Updated Android implementation to use correct channel name 'flutter_native_image_v2'
- Updated iOS implementation to use correct channel name 'flutter_native_image_v2'
- Resolved issue where compressImage method was not found on channel flutter_native_image_v2
1.0.1 #
- Updated package for Flutter 3.32.8 compatibility.
- Fixed namespace configuration for Android Gradle Plugin compatibility.
- Updated Android Gradle Plugin to version 7.3.0 and Gradle to 7.5.
- Removed deprecated Flutter embedding APIs and updated to modern Flutter plugin architecture.
- Updated minimum SDK versions and compilation targets for better compatibility.
- Replaced deprecated repositories (jcenter) with mavenCentral.
1.1.0+3 #
- BREAKING: Updated for Flutter 3.32.8 compatibility
- Fixed namespace issues with Android Gradle Plugin 7.3.0
- Removed deprecated
registerWithmethod - now uses modern Flutter embedding v2 only - Updated Android
compileSdkVersionto 34 andminSdkVersionto 21 - Replaced deprecated
getDartExecutor()withgetBinaryMessenger() - Updated Gradle wrapper to 7.5 for better compatibility
- Replaced deprecated
jcenter()withmavenCentral() - Updated minimum Flutter version requirement to 3.16.0
- Fixed Java compilation errors with newer Android build tools
1.0.0+1 #
- Initial release of
flutter_native_image_v2with support for Flutter 3.27.1. - Updated Android and iOS platform support for compatibility with newer Flutter versions.
0.0.6+1 #
- Changed constraints to support flutter 2.20.0
- Fix for missing transparency after crop (thanks to netgfx)
0.0.6 #
- Added null-safety support (thanks to dw2kim)
0.0.5+3 #
- v2 Embedding (thanks to adithyaxx)
0.0.5+2 #
- Reformatted flutter_native_image.dart
- Bump version to get the analysis going again
0.0.5+1 #
- Removed some sample code
- Added documentation for public API's
0.0.5 #
- Updated to AndroidX
- Changed constraints to only support flutter >=1.10.0
0.0.1 TODO: Add release date. #
- Initial functionality