- Developed with Flutter & Dart
- Back-end as Firebase
- Live real-time location tracking for a device
- Login and Register System
- Sharing can be turned on or off
- Where is My Friend button for find the firend easy
- You need take a Google Maps API key from Google Cloud and enter the code to .\android\app\src\main\AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY"
android:value="yourAPIkeyHere"/>
-
You need Create Firestroe from Firebase and create 2 collection named 'Konumlar' and 'Kullanicilar' it is default names you can change from codes. Then take GoogleServices.json file from Firebase and put to .\android\app folder.
-
Don't forget to enable Firebase Auth email
The application is designed in Turkish but can be easily modified.