Skip to content
Flutter Fixes

Flutter Fixes

Find 100% working, tested solutions for Flutter and Dart related issues. Daily Updated!

  • All Questions
  • Flutter
  • Dart
  • Flutter Web
  • Bloc
  • Animation
  • Flutter Desktop
  • Flutter IOS
  • Flutter Packages

Tag: gradle

December 13, 2022 Flutter

Why my Flutter app don't run? BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 60

Issue I tried to figure it out, but I couldn’t even find how. Please help me. When I try to run my first flutter app this happen: FAILURE: Build failed with an exception. * What went wrong: Could not open

Continue reading
November 25, 2022 Flutter

How to solve 'problem occurred configuring project ':flutter_plugin_android_lifecycle'.'?

Issue I was running my flutter application, when suddenly my computer shut down due to low battery. When restarted and wanted to run the program, I encountered this problem: A problem occurred configuring project ‘:flutter_plugin_android_lifecycle’. > Could not load compiled

Continue reading
November 22, 2022 Flutter

Android studio Error: To use RxJava2 features, you must add `rxjava2` artifact from Room as a dependency

Issue I have facing the following error while building the project. And unable to solve the same after trying it for whole day. error: To use RxJava2 features, you must add `rxjava2` artifact from Room as a dependency. androidx.room:room-rxjava2:<version> public

Continue reading
November 21, 2022 Flutter

AGP 7.3.1 manifest merger failed

Issue After updating to Android Gradle Plugin 7.3.1 Android Studio says that package is deprecated in AndroidManifest.xml and I need to use namespace param in build.gradle.kts. I removed the package attribute in all my android manifests (I’m using additional manifest

Continue reading
November 21, 2022 Flutter

Gradle build task installRelease missing in Android project

Issue Gradle seems to have lost a build type in a project I am working on. I can recreate a minimal problem as follows. I have the following files: build.gradle local.properties src/main/AndroidManifest.xml build.gradle: buildscript { repositories { jcenter() } dependencies

Continue reading
November 21, 2022 Flutter

gradle dependencies FAILED for an unknown reason (maybe variant selection in metadata?)

Issue I create a blank project : mkdir gradleExp cd gradleExp gradle init # 1.basic 1.groovy random name update the empty build.gradle with the following plugins { id ‘java’ } repositories { google() mavenCentral() } dependencies { implementation "androidx.browser:browser:1.4.0" }

Continue reading
November 21, 2022 Flutter

E/LoadedApk: Unable to instantiate appComponentFactory only on Android Q (API 29)

Issue I have searched everywhere about this and still have no solution. The gradle has minSdkVersion 21 and targetSdkVersion 29 I got error only in API 29, then the app doesn’t load and show up blank screen. When i see

Continue reading
November 21, 2022 Flutter

Flutter VSCode : Debug error:Could not create service of type FileHasher using BuildSessionServices.createFileHasher()

Issue Trying to start programming Dart in Flutter. I wanted to work with VSCode instead of Android Studio, but when debug session starts I get the following problems. I tried everything here in this link such as deleting the caches,

Continue reading
November 21, 2022 Flutter

Build failing after installing react-native-image-crop-picker

Issue I have installed react-native-image-crop-picker, upon installing when I try to start the build am receiving the following error: * What went wrong: Execution failed for task ‘:app:processDebugResources’. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > Android resource linking failed

Continue reading
November 21, 2022 Flutter

Android Studio Run/Debug configuration error: Module not specified

Issue I am getting a ‘Module not specified’ error in my run config. I have no module showing in the drop down yet I can see my module no probs. The issue came about when I refactored my module name,

Continue reading

Posts navigation

1 2 3 … 72 Next Posts»

android android-fragments android-jetpack android-jetpack-compose android-layout android-recyclerview android-studio angular angular-dart api bloc dart dart-async dart-null-safety dart-polymer dart-pub dart-webui firebase firebase-authentication firebase-realtime-database flutter flutter-animation flutter-bloc flutter-dependencies flutter-getx flutter-layout flutter-listview flutter-navigation flutter-packages flutter-provider flutter-test flutter-web flutter-widget google-cloud-firestore gradle ios java javascript json kotlin list listview mobile react-native xml

WordPress Theme: Maxwell by ThemeZee.

Privacy Policy - Terms and Conditions