Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.06 KB

Solution Challenge

Flutter application for Google Solution Challenge.

Logo

Android download link

Presentation Document of the application

Presentation Video of the application

GoogleCityArtYoutube

Getting Started with the project

To make this project work with Firebase, you should :

  • Add your own google-services.json into android/app/ for Android.
  • Add your own GoogleService-Info.plist into ios/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)