Locami is an offline-first location alert app built with Flutter.
It helps users get notified when they approach a chosen destination — even without internet connectivity.
Designed especially for commuters and bus travelers, Locami ensures you never miss your stop while sleeping or distracted.
- Fully offline location tracking (no internet required)
- GNSS-based distance monitoring
- Smart geofence alert system
- Background tracking support
- Lightweight and battery-conscious
- Simple and fast destination setup
- Designed for commuters and bus travel
- Privacy-friendly (all processing on device)
- User selects a destination.
- Locami continuously monitors device location using GNSS.
- Distance to destination is calculated locally.
- When the user enters the alert radius, an alarm is triggered.
No maps API. No network dependency.
- Flutter
- Dart
- Android foreground services
- Device GNSS (GPS/GLONASS/Galileo/BeiDou)
- Sensor-based movement detection
- Bus passengers who sleep during travel
- Daily commuters
- Train travelers
- Location-based personal reminders
- Offline travel assistance
- Flutter SDK installed
- Android Studio or VS Code
- Android device/emulator with location enabled
git clone https://github.com/your-username/locami.git
cd locami
flutter pub get
flutter run