platform_image_converter 1.0.1
platform_image_converter: ^1.0.1 copied to clipboard
A high-performance Flutter plugin for cross-platform image format conversion using native APIs.
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.