This repository contains Step 1 of the MVP:
- Get GPS location continuously
- Display location on map
- Draw path polyline while tracking
- Flutter
- geolocator
- flutter_map (OpenStreetMap)
- latlong2
- Install Flutter SDK.
- From project root run:
flutter pub get flutter run
- Android:
ACCESS_FINE_LOCATION,ACCESS_COARSE_LOCATION - iOS:
NSLocationWhenInUseUsageDescription,NSLocationAlwaysAndWhenInUseUsageDescription
This environment did not have Flutter installed, so files were scaffolded manually.