UIFlutterStock / flutaxi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Autenticação Google

  • Primeiro Ativar no FireBase

  • Gerar Chave info : https://developers.google.com/android/guides/client-auth cmd: keytool -list -v -keystore C:\Users\italo.android\debug.keystore --alias androiddebugkey -storepass android -keypass android
    Chave do GoCar é : 60:AA:67:2C:3E:0B:6A:94:84:04:4C:BE:32:E1:E7:E9:27:CE:BE:07

  • Após gera adicionar novo projeto android no firebase e adicionar a chave

  • Baixa o json com a chave

  • Cola dentro pasta Android/App

  • Colocar no build.gradle
    buildscript { dependencies { // Add this line classpath 'com.google.gms:google-services:4.2.0' } }

       google_sign_in: ^4.0.0
         firebase_core: ^0.4.0+8   
    

##Flutter Launcher Icons flutter pub run flutter_launcher_icons:main

ScreenShot

About


Languages

Language:Dart 99.2%Language:Ruby 0.5%Language:Objective-C 0.1%Language:Shell 0.1%Language:Java 0.1%