Flutter application for Google Solution Challenge.
To make this project work with Firebase, you should :
- Add your own
google-services.json
intoandroid/app/
for Android. - Add your own
GoogleService-Info.plist
intoios/Runner/
for iOS.
You can find more information on this codelab : Firebase for Flutter
To make this project work with Google Map, you should :
- Create you own Google Map SDK API Key and add it in the AndroidManifest.xml and AppDelegate.m
You can find more information on the codelab : [Adding Google Maps to a Flutter App] (https://codelabs.developers.google.com/codelabs/google-maps-in-flutter)