Skip to content

InspectlyMads/heic_to_jpg

 
 

Repository files navigation

heic_to_jpg

HEIC to JPG converter Flutter plugin

Getting Started

Usage:

String heicPath = '<path_to_file>';
String jpgPath = await HeicToJpg.convert(heicPath);

Not implemented for Android platform.

About

HEIC to JPG converter Flutter plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 43.6%
  • Kotlin 22.6%
  • Swift 17.7%
  • Ruby 9.1%
  • Objective-C 7.0%