An android app that can be used to track location of a device
BYOD-Location-Tracker
This is an android app that can be used to track location of a device.The app is built using flutter. This app tracks location of user and logs it into google firebase.
Dependencies
- Android studio.
- Flutter / Dart.
- Google geolocation api.
- Google firebase.
Installation
- Create a new project in android studio
- Copy and paste “main.dart” and “map.dart” from this repo to your porject root folder/lib.
- Add your api key for geolocation api and firebase in the google-services.json file.
- Click on build and run the emulator.