platform_image_converter 1.0.6
platform_image_converter: ^1.0.6 copied to clipboard
A high-performance Flutter plugin for cross-platform image format conversion using native APIs.
1.0.6 #
- Fix lint rule.
1.0.5 #
- Fix exclude rule.
1.0.4 #
- Fix lint rules.
- Fix documentations.
- Fix resource management.
1.0.3 #
- Fix support flutter version constraint.
- Fix documentations.
- Update integration test.
1.0.2 #
- dart format applied to all files.
1.0.1 #
- Fix pubspec.ymml and .metadata files.
1.0.0 #
- Initial stable release.
- Add
ImageConversionExceptionfor better error handling. - Improve documentation and add usage examples.
0.2.0 #
- Support resized image output.
- Refactor codebase for better maintainability.
0.1.0 #
- Initial release of platform_image_converter.
- Support Android, iOS, macOS, and Web.
- Add
convertmethod for image format conversion.