WhisperingWinds
WhisperingWinds

Reputation: 124

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,

Upvotes: 0

Views: 74

Answers (1)

A.Ktns
A.Ktns

Reputation: 653

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

Upvotes: 2

Related Questions