Loc

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

Get it on IzzyOnDroid

✨ Features

  • Free and open-data embedded map (based on OSM).
  • Search for the destination.
  • Shows Eucliedian distance and bearing angle.
  • Shows Live location.
  • Customizable radius of a circle around the destination.
  • Remind you with sound when you arrive.
  • Offline/Online usage.
  • Displays location name.

Development

Tools required

Build

  1. Clone the repository.

git clone https://github.com/AbdeltwabMF/Loc.git
cd Loc
  1. Generate the mobile specific files and download dependencies.

flutter create --platforms=ios,android .
flutter pub get
  1. Open main.dart and start from there and then click on the top-right play button to RUN the app.
cd lib

Release

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

License

Licensed under the GPL-v3 License.

GitHub

View Github