Skip to content

Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the Firebase console. Legacy version with fix for 'Flutter/Flutter.h' file not found #5440

License

Notifications You must be signed in to change notification settings

davejlin/firebase_crashlytics_legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Crashlytics Legacy for Flutter

This is a forked legacy version which fixes the issue [firebase_crashlytics] 'Flutter/Flutter.h' file not found #5440.

The fix: add s.dependency 'Flutter' under:

Pod::Spec.new do |s|
...
  s.dependency 'Flutter'
  s.dependency 'firebase_core'
  s.dependency 'Firebase/Crashlytics', firebase_sdk_version
...

... in the file ios/firebase_crashlytics.podspec.

The version of the last legacy release of Firebase Crashlytics was 0.4.0+1, which did not include the fix. The fix was included in a later null-safe version (v2.0.0).

However, using that version may cause unresolvable conflicts with other dependencies. This fork is to provide the fix in a legacy compatible version. This forked version is numbered 0.4.0+x for consistency.

A Flutter plugin to use the Firebase Crashlytics API.

To learn more about Crashlytics, please visit the Firebase website

Getting Started

To get started with Crashlytics for Flutter, please see the documentation available at https://firebase.flutter.dev

Usage

To use this plugin, please visit the Crashlytics Usage documentation

Issues and feedback

Please file FlutterFire specific issues, bugs, or feature requests in our issue tracker.

Plugin issues that are not specific to Flutterfire can be filed in the Flutter issue tracker.

To contribute a change to this plugin, please review our contribution guide and open a pull request.

About

Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the Firebase console. Legacy version with fix for 'Flutter/Flutter.h' file not found #5440

Resources

License

Stars

Watchers

Forks

Packages

No packages published