A sample Flutter project using eggnstone services.
- Download
google-services.json
from Firebase toandroid/app
- Download
Info.plist
from Firebase toios/Runner
- Download
google-services.json
from Firebase toandroid/app
- Download
Info.plist
from Firebase toios/Runner
- In
android/build.gradle
add the following tobuildscript / repositories
maven {
url 'https://maven.fabric.io/public'
}
- In
android/app/build.gradle
add the following tobuildscript / dependencies
classpath 'com.google.gms:google-services:4.3.3'
classpath 'io.fabric.tools:gradle:1.31.2'
- Add at the bottom of
android/build.gradle
apply plugin: 'io.fabric'
apply plugin: 'com.google.gms.google-services'