skip to Main Content

Flutter – what is the solutions

After updating Flutter sdk, this error appears in all my projects FAILURE: Build failed with an exception. Where: Build file 'C:flutterpackagesflutter_toolsgradlebuild.gradle.kts' line: 10 What went wrong: Build was configured to prefer settings repositories over project repositories but repository 'Google' was…

VIEW QUESTION

Flutter – I can't found buildscript in build.gradle

I know that androidbuild.gradle includes buildscript. but build.gradle in my project doesn't have buildscript. so I can't solve following error. C:/Users/JG-H/.gradle/caches/transforms-3/2ae0bf9da71bed198914dc960cb2262f/transformed/jetified-kotlin-stdlib-common-1.9.0.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version…

VIEW QUESTION

After update android studio all old flutter project not run

I get below error when i try to run app Could not open settings generic class cache for settings file '/Users/user/Desktop/Ridham/e_commerce/Desi_Chicken/DesiChiken_Vendor/android/settings.gradle' (/Users/user/.gradle/caches/8.0.2/scripts/df7u4no3ok2toy60b1rh7yy2p). BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 65 Could not…

VIEW QUESTION

cloud_firestore flutter bug

I am having the following while compiling my flutter project: FAILURE: Build failed with an exception. *** What went wrong:** A problem occurred configuring project ‘:cloud_firestore’. Failed to create Jar file C:Users.gradlecachesjars-8fef84f4f98be9f93b0b593ccb1e3e207lint-model-31.1.2.jar. Failed to notify project evaluation listener. ** >…

VIEW QUESTION

Connecting Firebase to Flutter in Android Studio

Im trying to connect my flutter project in firebase but I keep getting this error Launching libmain.dart on sdk gphone x86 in debug mode... Running Gradle task 'assembleDebug'... √ Built buildappoutputsflutter-apkapp-debug.apk. Installing buildappoutputsflutter-apkapp-debug.apk... Debug service listening on ws://127.0.0.1:54542/CBgATS3doF8=/ws Syncing files…

VIEW QUESTION
Back To Top
Search