tane/apps/app_seeds/lib
vjrj 492bc62025 feat(block2): 'use my location' — set the sharing area without typing a code
Makes the coarse area human, per feedback that a typed code is jargon.
- CoarseLocationProvider interface + geolocator-backed impl (BSD-3): low
  accuracy only, returns null on any denial/error (degrades quietly). Behind an
  interface so it's fakeable and the plugin stays at the composition root.
- Config sheet: a 'Use my approximate location' button (shown only when a
  provider is wired) fills the area from the device position, reduced to a
  5-char geohash via commons_core's Geohash — a precise fix never leaves the
  device. 'Couldn't get your location' on failure.
- Threaded via TaneApp(location); main wires GeolocatorCoarseLocation.
- Platform: ACCESS_COARSE_LOCATION (Android) + NSLocationWhenInUseUsageDescription
  (iOS), both scoped to the coarse-area use.
- i18n en/es/pt. Widget test fills the area from a fake location. 8 tests green.
2026-07-10 10:25:44 +02:00
..
data feat(block2): publish my seeds to the network (completes publish->discover) 2026-07-10 10:18:30 +02:00
db feat(inventory): photo-first drafts + on-device OCR (digitization R2+R4) 2026-07-09 21:23:46 +02:00
di feat(block2): social settings + offers cubit factory (area, relays) 2026-07-10 02:54:06 +02:00
domain feat(species): auto-classify variety species from its label 2026-07-10 02:23:32 +02:00
i18n feat(block2): 'use my location' — set the sharing area without typing a code 2026-07-10 10:25:44 +02:00
security feat(backup): sealed backups + printable recovery sheet 2026-07-09 22:32:13 +02:00
services feat(block2): 'use my location' — set the sharing area without typing a code 2026-07-10 10:25:44 +02:00
state feat(block2): publish my seeds to the network (completes publish->discover) 2026-07-10 10:18:30 +02:00
ui feat(block2): 'use my location' — set the sharing area without typing a code 2026-07-10 10:25:44 +02:00
app.dart feat(block2): 'use my location' — set the sharing area without typing a code 2026-07-10 10:25:44 +02:00
main.dart feat(block2): 'use my location' — set the sharing area without typing a code 2026-07-10 10:25:44 +02:00