aerial_views
Flutter library for discovering and streaming aerial videos from Apple, Community, Amazon, Immich, and custom feeds.
0.1.1
akshaynexus/aerial_views
What this package is like to depend on
Last release 2 months ago
08 Jun 2026
Too new to tell
only 2 dated releases
Some releases are documented
notes for 1 of 2 stable releases
Nothing withdrawn
no release was ever pulled
2 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jun 2026 to Jun 2026Releases
latest 2-
0.1.108 Jun 2026Nothing published for this version
-
0.1.008 Jun 2026Release notes
Open source →- Refactored Immich integration: merged
ImmichUrlBuilderintoImmichApi, mergedImmichAssetMapperintoImmichRepository - Removed intermediate types (
ImmichMediaItem,ImmichMediaMetadata,ImmichExifMetadata) — providers now map directly toAerialMedia - Consolidated
ImmichAssetPrefs/ImmichUrlPrefsintoImmichMediaPrefs - Extracted shared utilities (
qualityUrlKeys,detectMediaType,enrichMetadata) toutils.dart - Created
BundledVideoProviderbase class, reducing provider boilerplate from ~180 lines to ~25 lines each - Reduced codebase from 2,500+ to ~2,200 lines
- Added documentation (architecture, providers, models, Immich integration)
- Refactored Immich integration: merged