skip to Main Content

flutter crashlytics dashboard not showing

-------For app level------ dependencies { implementation platform('com.google.firebase:firebase-bom:32.3.1') implementation("com.google.firebase:firebase-crashlytics") implementation 'com.google.firebase:firebase-analytics' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' apply plugin: 'kotlin-android' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" -------For project level------ dependencies { classpath 'com.google.gms:google-services:4.4.0' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' classpath 'com.android.tools.build:gradle:7.3.0' classpath…

VIEW QUESTION

Flutter – ERROR:D8: Cannot fit requested classes in a single dex file (# methods: 106458 > 65536)

someone can help me with this. When i add this dependences to my flutter project provider: ^6.0.5 shared_preferences: ^2.2.2 flutter_signin_button: ^2.0.0 flutter_spinkit: ^5.2.0 sign_in_with_apple: ^5.0.0 google_sign_in: ^6.1.5 firebase_auth: ^4.10.1 cloud_firestore: ^4.9.3 money_formatter: ^0.0.5 permission_handler: ^11.0.1 contacts_service: ^0.6.3 flutter_staggered_animations: ^1.1.1 flutter_typeahead:…

VIEW QUESTION
Back To Top
Search