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

outdated

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

eggnstone_google_crashlytics #

A wrapper for Google Crashlytics. 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
110
pub points
10%
popularity

Publisher

verified publishereggnstone.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

eggnstone_flutter, firebase_crashlytics, flutter

More

Packages that depend on eggnstone_google_crashlytics