skip to Main Content

getting an error while run flutter application (project :app > project :flutter_logs)

i'm getting the following error when trying to run a flutter app Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.umair13adil:RxLogs:1.0.20. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom - https://jcenter.bintray.com/com/github/umair13adil/RxLogs/1.0.20/RxLogs-1.0.20.pom…

VIEW QUESTION

strorageException error in flutter how to fix?

when i create a new account the error occurs W/StorageUtil(22184): Error getting App Check token; using placeholder token instead. Error: com.google.firebase.FirebaseException: Error returned from API. code: 403 body: App attestation failed. W/NetworkRequest(22184): no auth token for request E/StorageException(22184): StorageException has…

VIEW QUESTION

Flutter – Kotlin Version Mismatch: Dependencies Compiled with Kotlin 1.8.0, Expected 1.6.0 in Android Project

After creating a screen to display the user's location on the map, I get the following errors: e: /path/to/project/.gradle/caches/transforms-3/XXXXXX/transformed/fragment-1.7.1-api.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.…

VIEW QUESTION
Back To Top
Search