1
0
Fork
You've already forked there-yet
0
No description
  • Dart 90.5%
  • Kotlin 8.6%
  • Nix 0.9%
2026年05月09日 07:28:41 +02:00
.github fix: ventor sqlite 2026年05月09日 07:28:41 +02:00
android fix: don't sign dependency info 2026年05月07日 08:39:39 +02:00
assets feat: about screen logo 2026年04月15日 21:40:46 +02:00
fastlane/metadata/android chore: bump version & changelog 2026年05月06日 15:59:46 +02:00
lib fix: build error 2026年05月07日 07:00:34 +02:00
test fix: alarm trigger reliability 2026年05月06日 11:49:25 +02:00
vendor/sqlite fix: ventor sqlite 2026年05月09日 07:28:41 +02:00
.gitignore fix: ventor sqlite 2026年05月09日 07:28:41 +02:00
.metadata feat: add nix flake and flutter project scaffold 2026年03月19日 07:54:21 +01:00
analysis_options.yaml feat: configure formatting & linting 2026年03月19日 08:22:48 +01:00
flake.lock feat: configure formatting & linting 2026年03月19日 08:22:48 +01:00
flake.nix fix: sqlite build from source v2 2026年05月07日 06:46:00 +02:00
l10n.yaml feat: add localization 2026年03月23日 11:07:57 +01:00
LICENSE chore: relicense from PolyForm Shield to EUPL 1.2 2026年03月23日 15:41:15 +01:00
maskfile.md fix: check strictness 2026年04月14日 17:08:52 +02:00
PRIVACY_POLICY.md chore: rename app 2026年03月24日 20:20:58 +01:00
pubspec.lock fix: sqlite build from source 2026年05月06日 20:28:54 +02:00
pubspec.yaml fix: sqlite build from source 2026年05月06日 20:28:54 +02:00
README.md fix: readme 2026年04月15日 21:43:36 +02:00
treefmt.nix refactor: formatting 2026年03月19日 08:52:40 +01:00

There Yet - Location Alarm

Not there yet? There Yet will tell you when you are.

Place a pin on the map, set a radius, and get alerted when you arrive. No accounts, no tracking, no Google Play Services.

Donate

Feature graphic

Features

  • Proximity alarms — set a location and radius, get alerted when you arrive
  • Background monitoring — keeps working when the app is closed or the screen is off
  • Offline-capable — map tiles are cached locally after first viewing
  • Location search — find places by name with autocomplete
  • Material You — dynamic colors, dark mode, supports 14 languages

Privacy

There Yet is designed to keep your data on your device. See PRIVACY.md for full details.

  • All alarm data stays on-device (SQLite)
  • No accounts, no analytics, no telemetry, no ads
  • No Google Play Services required
  • Works on privacy-focused ROMs (GrapheneOS, CalyxOS, LineageOS)

Network calls (only when using the map):

  • Map tiles from OSM France (tile.openstreetmap.fr)
  • Search and reverse geocoding via Photon (photon.komoot.io)

Building from source

Requires Nix with flakes enabled:

nix develop # enter dev shell
flutter pub get # fetch dependencies
flutter run # run in debug mode
mask check # format, analyze, and test

Tech stack

  • Flutter + Riverpod
  • Drift (SQLite) for persistence
  • flutter_map with OpenStreetMap tiles
  • Photon geocoding by Komoot
  • Kotlin native layer for alarm service, notifications, and proximity alerts

License

EUPL 1.2 — open source, copyleft.

Map data: OpenStreetMap contributors (ODbL). Geocoding: Photon by Komoot.