heic_to_png_jpg 0.0.5 copy "heic_to_png_jpg: ^0.0.5" to clipboard
heic_to_png_jpg: ^0.0.5 copied to clipboard

A Flutter package to convert HEIC images to JPG or PNG format on both web and mobile platforms.

Changelog #

0.0.5 #

  • Moved web implementation to package:web and dart:js_interop to support wasm compilations.
  • The plugin handles loading the libheif-bundle.js itself, no longer do you need to add it manually to your index.html.
  • You can provide a different libheif js version in the convertors e.g.
final output = await HeicConverter.convertToPNG(
    heicData: heicData, 
    maxWidth: maxWidth, 
    libheifJsUrl:'https://cdn.jsdelivr.net/npm/libheif-js@1.19.8/libheif-wasm/libheif-bundle.js',
);

0.0.4 #

  • fixed the web support bug.

0.0.3 #

  • fixed the web support bug.

0.0.2 #

  • Fixed "No implementation found for this platform" error by removing default HeicToImageImplementation and ensuring explicit platform instantiation.

0.0.1 #

  • Initial release of heic_to_png_jpg.
  • Supports HEIC to PNG and JPG conversion on web (via libheif-js) and mobile (via heif_converter).
  • Includes platform interface for extensibility.
6
likes
0
points
11k
downloads

Publisher

verified publisherutanium.org

Weekly Downloads

A Flutter package to convert HEIC images to JPG or PNG format on both web and mobile platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, heif_converter, image, path_provider, plugin_platform_interface, web

More

Packages that depend on heic_to_png_jpg