Replies: 4 comments
-
Hi @alnitak |
Beta Was this translation helpful? Give feedback.
-
Hi Taha, thanks for your reply. flutter doctor -v
pubspec.yaml
if you need more info I'll be glad to provide them. Thanks again |
Beta Was this translation helpful? Give feedback.
-
Hi @alnitak |
Beta Was this translation helpful? Give feedback.
-
Hi @TahaTesser run within Android Studio
flutter run --verbose
Since I am interested to receive native logs also, I have added this code in dart:
If could help to diagnose my problem:
As a side note I've read this doc and there is stated to remove Thank you! |
Beta Was this translation helpful? Give feedback.
-
I cannot see the latest version under Quality->Crashlitics in Firebase panel.
A while back I have ported my app from native android java to Flutter.
The old version was named 2.6.2.91 (20091 and 30091 abi codes for armeabi-v7a and arm64-v8a) in the build.gradle. The new version is named 3.3.2+114 in pubspec.yaml.
I have followed all the Crashlitics plugin doc, but the only issues I can see in Firebase console are those related to the old 2.6.2.91 version.
I can see the new 3.3.2 version for example under Analytics->Latest Release.
I could think the problem is the 4 numbers in the old version, but I don't know how I can solve this because pubspec.yaml doesn't permit to have 4 numbers version.
Thanks for your time
Beta Was this translation helpful? Give feedback.
All reactions