Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 705 Bytes

flutter_bootstrap

Usage

Create plain project

# Flutter App
./scripts/bootstrap.sh
# Package(including example)
./scripts/bootstrap_package.sh

The project will be generated on generated directory.

Add Firebase

See Add Firebase to your Flutter app

Android

  1. Add classpath 'com.google.gms:google-services:4.3.2' to build.gradle - dependencies
  2. Add apply plugin: 'com.google.gms.google-services' to line line of app/build.gradle.
  3. Modify minSdkVersion to 21 or higher.