Quality Control in Flutter : Firebase Crashlytics

Quality Control in Flutter : Firebase Crashlytics

Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.

Setting up

  • Start by adding the app in your Firebase console.

  • Next add the package in your project’s pubspec.yaml file

Crashlytics PluginCrashlytics Plugin

  • Next we have to initialise the plugin as follows

code.png

Linking to Firebase

Log into your console and on the panel on the left hand side navigate to Quality and under it crashlytics:

Next run the app on your Devices while still on the page above. Once it connects to firebase you’d get redirected to the Crashlytics Dashboard.

Crashlytics connectedCrashlytics connected

Lastly, Testing Your Connection

codem.png

Till Next time Keep the Will of Flutter Going:

HirukoHiruko

Thanks…