🐛 [[firebase_crashlytics]] Support older version of Flutter. #5633
Replies: 4 comments
-
@niranjan-b-prajapati |
Beta Was this translation helpful? Give feedback.
-
Thank you @darshankawar for acknowledging the issue, Hope there is some backward compatibility support. As our app is nearing the delivery we are very keen on integrating the Firebase crashlytics. As the earlier versions of fabric support had issues in the integration. we have waited for the crashlytics to come to flutter. But unfortunately, it is not supported in flutter version 1.12.13+hotfix.9 Hope someone helps support it. Else we will have to launch the app without crashlytics integrated on it. |
Beta Was this translation helpful? Give feedback.
-
Same issue here |
Beta Was this translation helpful? Give feedback.
-
same issue here |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I am having a project which is on Flutter version 1.12.13+hotfix.9 and I am trying to integrate the firebase crashlytics but getting the below error while doing
pub get
:The
firebase_core: ^0.5.0
was installed and integrated successfully. Stuck with the firebase crashlyticsExpected behavior
I expected the Firebase crashlytics to support older versions of Flutter as currently we are not allowed to perform an upgrade on flutter version.
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
As we are nearing the delivery we need the crashlytics to be integrated in the app for better tracking and resolving crashes. Please help me get this issue resolved.
Beta Was this translation helpful? Give feedback.
All reactions