Aves is a gallery and metadata explorer app, built for Android with Flutter.
androidexiffluttergallerygdepthgeotiffgpxheicheifmetadatametadata-explorermotion-photosmpfmultipagesvgtifftopojsonxmp
.github/workflows | ||
android | ||
assets | ||
lib | ||
scripts | ||
test | ||
test_driver | ||
whatsnew | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
l10n.yaml | ||
LICENSE | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md | ||
shaders_2.2.2.sksl.json |
Aves is a gallery and metadata explorer app. It is built for Android, with Flutter.
Features
- support raster images: JPEG, GIF, PNG, HEIC/HEIF (including multi-track, from Android Pie), WEBP, TIFF (including multi-page), BMP, WBMP, ICO
- support animated images: GIF, WEBP
- support raw images: ARW, CR2, DNG, NEF, NRW, ORF, PEF, RAF, RW2, SRW
- support vector images: SVG
- support videos: MP4, AVI, MKV, AVCHD & probably others
- identify panoramas (aka photo spheres), 360° videos, GeoTIFF files
- search and filter by country, place, XMP tag, type (animated, raster, vector…)
- favorites
- statistics
- support Android API 20 ~ 30 (Lollipop ~ R)
- Android integration (app shortcuts, handle view/pick intents)
Known Issues
- performance: image info page stutters the first time it loads a Google Maps view (cf flutter issue #28493)
- SVG: unsupported
currentColor
(cf flutter_svg issue #31) - SVG: unsupported out of order defs/references (cf flutter_svg issue #102)
- SVG: unsupported
<style>
(cf flutter_svg issue #105) - SVG: limited support for
%
,mm
orpt
unit (cf flutter_svg issue #110)
Project Setup
Create a file named <app dir>/android/key.properties
. It should contain a reference to a keystore for app signing, and other necessary credentials. See <app dir>/android/key_template.properties
for the expected keys.