Skip to content

rumarka/heic_to_jpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.