Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 213 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 213 Bytes

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.