Live location app created in Flutter using Firebase as the backend
- Create groups and choose to share your live location
- View group members on the map
- Google Sign-in
1.[Flutter](https://flutter.io/)
2.[Firebase](https://firebase.google.com/)
3.[Google Sign in](https://github.com/flutter/plugins/tree/master/packages/google_sign_in)
4.[Maps Plugin](https://github.com/apptreesoftware/flutter_google_map_view)
1.[Setup Flutter] (https://flutter.io/setup/)
2.Clone the repo
$ git clone http://manoj@git.geekyants.com/sarika/trovami.git
$ cd trovami/
3.Run the app
$ flutter run
- [] Firebase Authentication
- [x] Google Sign in
- [] Chat screen
- [] Deleting groups
- [] Deleting members of the group after creation of the group
- [] Refresh feature of the map
- [] Search for a better Map_View plugin
For help getting started with Flutter, view our online documentation.