heif_converter

Creator: coderz1093

Last updated:

Add to Cart

Description:

heif converter

HEIF Converter #
Flutter plugin to convert HEIC/HEIF file to PNG/JPEG image.
Installation #
Add the Package
dependencies:
heif_converter: ^lastVersion
copied to clipboard
How to use #
Import the package in your dart file
import 'package:heif_converter/heif_converter.dart';
copied to clipboard
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');
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.