Search code examples
iosfluttercrashlytics

How to add Crashlytics in iOS flutter app?


I have followed many documents still couldn't find how to add crashlytics? and in console i need to see the list of crashes,

I have followed this to add crashlytics,

import 'package:firebase_crashlytics/firebase_crashlytics.dart';

and added package Firebase_ios_sdk

this document I Have followed

Please help me to add a crashlytics with detailed information,


Solution

  • You have to add this package to your project and then follow the documentation steps here.