crashlytics 0.0.2 copy "crashlytics: ^0.0.2" to clipboard
crashlytics: ^0.0.2 copied to clipboard

Flutter plugin for (Fabric) Crashlytics on Android and iOS.

Crashlytics #

This is Craslytics unofficial plugin!

Flutter plugin for (Fabric) Crashlytics on Android and iOS.

Getting Started #

Check out the example directory for a sample app using Craslytics.

To use Crashlytics, you need the Frabric account.

Android Integration #

  1. Install the Fabric Gradle Plugin. Follow Crashlytics Install Guid > Add the Kit to Your build.gradle Section. But you don't need crashlytics artifact. (See the example Android App.)
  2. Add API Key into your App's AndroidManifest.xml. Follow Crashlytics Install Guid > Add Your API Key Section.

iOS Integration #

  1. Add a script into your App. Follow Crashlytics Install Guid > Add a Run Script Build Phase Section.
  2. Add API Key into your Info.plist. Follow Crashlytics Install Guid > Add Your API Key Section.

Dart Integration #

Call Crashlytics.setup() before runApp().

Then, you can see uncaught exceptions in Crashlytics dashboard.

Like this!

Limitation #

Crashlytics doesn't support Dart & Flutter exception reporting. So this plugin has some limitations.

  • All exceptions are reported as Non-Fatal error.
  • Coloring of StackTrace on Crashlytics report screen is little strange.
0
likes
20
pub points
34%
popularity

Publisher

unverified uploader

Flutter plugin for (Fabric) Crashlytics on Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on crashlytics