Free and open-source location-based reminder for Android
Loc
Free and open-source location-based reminder for Android.
✨ 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
- Flutter SDK
- Android studio. Follow the instructions here to get it work on windows.
- VS Code (Optional). You need to install Flutter plugin
Build
- Clone the repository.
git clone https://github.com/AbdeltwabMF/Loc.git
cd Loc
- Generate the mobile specific files and download dependencies.
flutter create --platforms=ios,android .
flutter pub get
- Open
main.dart
and start from there and then click on the top-right play button toRUN
the app.
cd lib
Release
flutter build apk --build-name=<vx.y.x> --release
License
Licensed under the GPL-v3 License.