crashlytics icon indicating copy to clipboard operation
crashlytics copied to clipboard

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

Results 4 crashlytics issues
Sort by recently updated
recently updated
newest added

Does this plugin support distributing flutter app after creating apk file for the app after creating the file using the instructions in the link below : https://flutter.dev/docs/deployment/android

Starting Xcode build... Xcode build done. Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ === BUILD TARGET flutter_crashlytics OF PROJECT...

I have other plugins that require use_frameworks! under the Runner section of the podfile. With that added I cannot build or run pod install of crashlytics. I get the error:...

Would it be possible to add a feature to allow crash reporting to be disabled for debug builds? An android implementation could look something like this https://stackoverflow.com/questions/16986753/how-to-disable-crashlytics-while-developing