- Based on the free and open-data Open Street Map.
- Support multiple reminders.
- Support title and notes for the reminder.
- Disable/Enable specific reminders.
- Delete/Edit/Search reminders.
- Save favorite places for later usage.
- Dark/Light theme.
- Run in background.
- Offline usage.
- Online usage (Map navigation).
- Live location.
- Search for the destination.
- Shows Eucliedian distance between current and destination locations.
- Compass for bearing angle. (not yet)
- Customizable radius of a circle around the destination.
- Remind with sound when arriving.
- Persistent data.
- Flutter SDK
- Android studio. Follow the instructions here to get it work on windows.
- VS Code (Optional). You need to install Flutter plugin
git clone https://github.com/AbdeltwabMF/loc.git
cd loc
flutter pub get
Open main.dart
and start from there and then click on the top-right play button to RUN
the app.
flutter build apk --build-name=<vx.y.x> --build-number=<int> --release
Licensed under the GPL-v3 License.