Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nachokhan/hasta_donde_19
This project is based on the goberment's rule that a person can not go further than 5km from his house. The idea is to have a tracking app that shows you which is your "allowed movement circle" showing the distance to your house.
https://github.com/nachokhan/hasta_donde_19
Last synced: 7 days ago
JSON representation
This project is based on the goberment's rule that a person can not go further than 5km from his house. The idea is to have a tracking app that shows you which is your "allowed movement circle" showing the distance to your house.
- Host: GitHub
- URL: https://github.com/nachokhan/hasta_donde_19
- Owner: nachokhan
- Created: 2020-05-19T16:28:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T02:55:56.000Z (over 4 years ago)
- Last Synced: 2024-11-16T20:44:03.834Z (2 months ago)
- Language: Dart
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ¿POR DONDE PUEDO ANDAR?
This project is based on the goberment's rule that because of the Covid19 pandemic a persone can not go further than 5km from his house (for running & biking).
The idea is to have a tracking app that shows you which is your "allowed movement circle" showing the distance to your house.
If for any reason you go beyond the circle, it will warn you about it.But for privacy issues, this app is NOT going to send any info to the internet. Every tracking position is only showed in the screen and then deleted.
So it is just an app for the person who uses it. No one else can see it.## Notes
Feel free to contact me if you want to contribute to this project.
## Help
### Google Maps Widget
https://medium.com/comunidad-flutter/google-maps-en-flutter-98bedecb528b
### GeoLocator Plugin
https://alligator.io/flutter/geolocator-plugin/
https://pub.dev/packages/geolocator#-readme-tab-
https://pub.dev/packages/location (Check THIS ONE for the future!)### State Management
https://flutter.dev/docs/development/data-and-backend/state-mgmt/simple
### Streams
https://medium.com/@ayushpguptaapg/using-streams-in-flutter-62fed41662e4
### Persisting small data (shared_preferences)
https://medium.com/flutterdevs/using-sharedpreferences-in-flutter-251755f07127
### Permission Handler
https://pub.dev/packages/permission_handler
### MP3 playing
https://pub.dev/packages/audioplayers