Skip to content

phellowseven/flutter_heic_to_jpg

 
 

Repository files navigation

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

How to use

Import the package in your dart file

import 'package:heic_to_jpg/heic_to_jpg.dart';

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

String jpegPath = await HeicToJpg.convert(heicPath);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 29.8%
  • Kotlin 28.0%
  • Dart 25.2%
  • Swift 12.2%
  • Objective-C 4.8%