heic_to_jpg 0.2.0 copy "heic_to_jpg: ^0.2.0" to clipboard
heic_to_jpg: ^0.2.0 copied to clipboard

discontinued
PlatformAndroidiOS

With this library you can convert HEIC/HEIF file to JPEG image easily

heic_to_jpg #

With this plugin you can convert HEIC/HEIF file to JPEG image easily

Installation #

Add the Package

dependencies:
  heic_to_jpg: ^0.1.3
copied to clipboard

How to use #

Import the package in your dart file

import 'package:heic_to_jpg/heic_to_jpg.dart';
copied to clipboard

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

String jpegPath = await HeicToJpg.convert(heicPath);
copied to clipboard
37
likes
160
points
1.79k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

With this library you can convert HEIC/HEIF file to JPEG image easily

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on heic_to_jpg