Skip to content

AbdeltwabMF/loc

Repository files navigation

Loc

Free and open-source location-based reminder for Android.

✨ Features

  • 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.

Development

Tools required

Build

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.

Release

flutter build apk --build-name=<vx.y.x> --build-number=<int> --release

License

Licensed under the GPL-v3 License.