Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
Thibault Deckers c0af01578a menu fixes
2021-08-18 13:24:43 +09:00
.github/workflows packages upgrade, migration to sound null safety 2021-07-08 16:15:43 +09:00
android shortcuts: cleanup 2021-08-17 12:38:28 +09:00
assets upgraded flutter to stable v2.2.3 2021-07-02 17:13:40 +09:00
lib menu fixes 2021-08-18 13:24:43 +09:00
scripts android 12 support 2021-08-16 09:46:57 +09:00
test fixed auto album identification and naming 2021-07-30 10:39:54 +09:00
test_driver #42 navigation menu customization 2021-08-14 18:36:10 +09:00
whatsnew version bump 2021-08-08 15:25:44 +09:00
.gitignore upgraded flutter to stable v2.2.0, minSdk 19 -> 20, null safety streams_channel 2021-05-23 12:38:25 +09:00
.metadata poc: async mediastore thumbnails with fast scroll 2019-07-13 18:12:19 +09:00
analysis_options.yaml packages upgrade, static analysis migration 2021-06-25 21:38:56 +09:00
aves_logo.svg upgraded flutter to stable v2.2.3 2021-07-02 17:13:40 +09:00
CHANGELOG.md android 12 support 2021-08-16 09:46:57 +09:00
l10n.yaml thumbnail theme provider, app mode provider, thumbnail overlay review 2021-03-16 10:18:53 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock improved app icon fetch 2021-08-16 10:42:50 +09:00
pubspec.yaml improved app icon fetch 2021-08-16 10:42:50 +09:00
README.md android 12 support 2021-08-16 09:46:57 +09:00
shaders_2.2.3.sksl.json packages upgrade, migration to sound null safety 2021-07-08 16:15:43 +09:00

Version badge Build badge


Aves logo

Get it on Google Play

Aves is a gallery and metadata explorer app. It is built for Android, with Flutter.

Collection screenshotImage screenshotStats screenshot

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 ~ 31 (Lollipop ~ S)
  • Android integration (app shortcuts, handle view/pick intents)

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.