atlas3d_flutter
Flutter plugin for immersive 3D rendering on live maps (vehicle avatars, tracking scenes). Maintained fork of thermion_flutter 0.3.4 (Apache-2.0) with App Store native-assets fixes.
0.3.4
What this package is like to depend on
Last release 17 days ago
07 Aug 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 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 Aug 2026Releases
latest 2-
0.3.411 Jun 2026Release notes
Open source →- Forked from thermion_flutter 0.3.4 as atlas3d_flutter.
- iOS: build native dylib with -mios-version-min=12.0 to match the MinimumOSVersion flutter_tools writes into the generated framework Info.plist (fixes ITMS-90208 App Store rejection).
- Build hook: fail fast with a clear error when the prebuilt Filament download returns a non-200 status; refuse unsafe zip entries.
- Removed upstream build debris (android/.cxx, android/.gradle, hook/link.dart.BAK) from the published archive.
-
0.3.4+107 Aug 2026Release notes
Open source →-
Android: pin
ndkVersionto 27.0.12077973. r28 removedlibc++_shared.sofor the ARM triples, which atlas3d_dart's build hook must bundle, so r28 cannot build this package at all (see atlas3d_dart 0.3.4+4).This pin is necessary but not sufficient. The native-assets toolchain resolver picks its own NDK and ignores
ndkVersion; if a newer NDK is installed it will still be selected for the native build. r27 must be the NDK the machine resolves — uninstall or move aside newer NDKs. atlas3d_dart 0.3.4+4 fails fast with an explanation when that is not the case.
-