cihatfurkaneken / CarFollowFlutter

Live Location Sharing App with Flutter & Firebase Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Location Sharing App 📍

  • Developed with Flutter & Dart
  • Back-end as Firebase

Features

  • 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

Flutter Firebase

Preview

Click to expand!

App Screens

  • Login & Register

drawing drawing

  • Entering Uid and Share

drawing drawing

  • Map and Seeing friend
drawing

Firebase Firestore

Click to expand!
  • Locations
drawing
  • Users
drawing

Installation

  • 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

Thank You

The application is designed in Turkish but can be easily modified.

About

Live Location Sharing App with Flutter & Firebase Firestore

License:MIT License


Languages

Language:Dart 95.6%Language:HTML 3.2%Language:Swift 0.8%Language:Kotlin 0.3%Language:Objective-C 0.1%