eggnstone_google_crashlytics 3.7.0 copy "eggnstone_google_crashlytics: ^3.7.0" to clipboard
eggnstone_google_crashlytics: ^3.7.0 copied to clipboard

A wrapper for Google Crashlytics. Allows to report via Firebase.

eggnstone_google_crashlytics #

A wrapper for Google Crashlytics. Allows to report via Firebase.

pub package GitHub Issues GitHub Forks GitHub Stars

Android: For Crashlytics to work add the following #

  • Add at the bottom of android/build.gradle
apply plugin: 'com.google.gms.google-services'
  • In android/app/build.gradle add the following to buildscript / dependencies
classpath 'com.google.gms:google-services:4.3.12'