heif_converter_plus 1.0.1 copy "heif_converter_plus: ^1.0.1" to clipboard
heif_converter_plus: ^1.0.1 copied to clipboard

Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.

HEIF Converter #

Original package: heif_converter

Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.

Installation #

Add the Package

dependencies:
  heif_converter: ^lastVersion

How to use #

Import the package in your dart file

import 'package:heif_converter/heif_converter.dart';

And call convert method with local HEIC/HEIF image file path.

String jpgPath = await HeifConverter.convert(heicPath, output: jpgPath);
String pngPath = await HeifConverter.convert(heicPath, format: 'png');
0
likes
140
points
1.32k
downloads

Publisher

verified publishersofluffy.io

Weekly Downloads

Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on heif_converter_plus