eggnstone_google_crashlytics 0.1.0-nullsafety.0 copy "eggnstone_google_crashlytics: ^0.1.0-nullsafety.0" to clipboard
eggnstone_google_crashlytics: ^0.1.0-nullsafety.0 copied to clipboard

outdated

Google Crashlytics wrapper. Allows to report via Firebase.

eggnstone_google_crashlytics #

Google Crashlytics wrapper. Allows to report via Firebase.

For Crashlytics to work add the following #

  • In android/build.gradle add the following to buildscript / repositories
maven {
    url 'https://maven.fabric.io/public'
}
  • In android/app/build.gradle add the following to buildscript / 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'
2
likes
0
pub points
0%
popularity

Publisher

verified publishereggnstone.dev

Google Crashlytics wrapper. Allows to report via Firebase.

Homepage

License

unknown (LICENSE)

Dependencies

eggnstone_flutter, firebase_crashlytics, flutter

More

Packages that depend on eggnstone_google_crashlytics