Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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