Skip to content

Samoy/exif_helper

Repository files navigation

ExifHelper

CI Test codecov
Read or write image exif without internet

Features

💻 Cross Platform

Support Windows, Linux, Macos, Android and iOS

📶 No Internet Required

Use it without internet, which effectively protects your privacy.

✨ Open Source

The source code is open and free, you can modify it according to your needs.

Screenshot

Screenshot

Building

These commands are intended for maintainers only.

Windows

Traditional

flutter build windows

Local Executable App

iscc scripts/build_windows.iss 

Local MSIX App

dart run msix:create

Store ready

dart run msix:create --store

MacOS

flutter build macos

Linux

Traditional Linux

flutter build linux

Android

Traditional APK

flutter build apk

AppBundle for Google Play

flutter build appbundle

iOS

flutter build ipa