image_format_converter 0.0.3 copy "image_format_converter: ^0.0.3" to clipboard
image_format_converter: ^0.0.3 copied to clipboard

A pure Dart package that automatically intercepts and converts unsupported image formats (like JPEG) into standardized PNG files for strict upload requirements.

0.0.3 #

  • Updated README documentation to reflect the latest version requirements and point to the new example folder.

0.0.2 #

  • Added a dedicated example folder with a runnable example.dart script to improve package documentation and earn maximum pub points.

0.0.1 #

  • Initial release.
  • Added convertToPng method to safely format various image byte arrays into PNGs.
  • Added convertToJpeg method to safely format various image byte arrays into JPEGs with quality control.
  • Added comprehensive unit and file-based testing.
1
likes
160
points
165
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart package that automatically intercepts and converts unsupported image formats (like JPEG) into standardized PNG files for strict upload requirements.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image

More

Packages that depend on image_format_converter