Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
13 views

Could not find [SOME_PACKAGE] Searched in the following locations https://dl.google.com/dl/android/maven2/

So I have a flutter project and I added the flutter_contacts to my pobspec.yaml and rebuild the app. few lines of output error: Launching lib\main.dart on PHONE in debug mode... Running Gradle task '...
Mohammad Huseyn's user avatar
0 votes
0 answers
18 views

I initialized firebase for user auth and other functions in my flutter app and it's returning some errors I don't understand

This is the error being returned. I already initialized flutter clean and flutter run still returned same thing. I tried Flutter clean and flutter run, all went to no avail. FAILURE: Build failed with ...
shizzleclover's user avatar
0 votes
0 answers
22 views

flutter build apk: 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

`When I run flutter build apk first time after cleaning project there are warnings in output. Second time there are no warnings e: C:/Users/izgrablic/.gradle/caches/8.9/transforms/...
izidoraz's user avatar
0 votes
0 answers
14 views

Error integrating google_maps_flutter and location packages in Flutter Kotlin Version Mismatch with Flutter SDK Versions

Description: I'm facing an issue with Kotlin version mismatching the SDK versions in my Flutter project. Despite trying different versions of Kotlin and the Android Gradle plugin, I’m encountering ...
Sethu's user avatar
  • 1
0 votes
1 answer
27 views

Could not determine the dependencies of task ':app:processDebugManifest' (FLUTTER)

I get this error when running my flutter application. `FAILURE: Build failed with an exception. What went wrong: Could not determine the dependencies of task ':app:processDebugManifest'. Could not ...
Pistis's user avatar
  • 3
0 votes
1 answer
18 views

Error: Type 'ImageConfiguration' not found. / Error: Type 'ImageProvider' not found

I was trying to get a photo from the backend and suddenly start show these errors in debug console and when I run another project it start show the same error so became all flutter projects in my ...
Qusai Al-Hashish's user avatar
1 vote
2 answers
37 views

how to solve ':app:compileFlutterBuildDebug' in flutter build apk

Error when building the project with flutter build apk command I was trying to build my Flutter app and this error shows up: Unhandled exception: RangeError (offset): Invalid value: Not in inclusive ...
HooDie's user avatar
  • 11
0 votes
0 answers
13 views

Custom Module not found Android Dependencies (Flutter Plugin)

I have been trying to install one particular custom android module for almost a day now. I have tried different resources (including ChatGPT) but it seems I am probably missing something. Please I ...
Georgina's user avatar
  • 832
1 vote
1 answer
271 views

Android resource linking failed with android-35 SDK during Flutter release build

I am new to flutter development and so far I have been testing the android app in debug mode. I want to release the app to share with friends and family. However, I keep getting errors when I try to ...
Varun Verma's user avatar
0 votes
0 answers
16 views

A problem occurred evaluating project ':app'. > Could not get unknown property 'flutterRoot' for project ':app' of type org.gradle.api.Project

FAILURE: Build failed with an exception. Where: Build file 'C:\Users\Slava\AndroidStudioProjects\fbiblioteka\android\app\build.gradle' line: 2 What went wrong: A problem occurred evaluating project '...
slay1k's user avatar
  • 1
0 votes
1 answer
24 views

android:exported needs to be explicitly specified for <receiver>. required to specify an explicit value for `android:exported`

so I am trying to build my app but unfortunately unable to perform it and encountering this error D:\Code\Flutter\Manager\mmanager\android\app\src\main\AndroidManifest.xml Error: android:exported ...
Tanmay Nandwana's user avatar
0 votes
0 answers
53 views

java version not change in flutter

I am having trouble changing the Java version for Flutter. I installed JDK version 22 and updated the JAVA_HOME environment variable to point to the new JDK 22 path. I also added JAVA_HOME\bin to the ...
edris satiyari's user avatar
0 votes
1 answer
76 views

Plugin [id: 'com.android.application', version: '7.3.0', apply: false] was not found in any of the following sources: - Gradle Core Plugins (plugin

I just created a new flutter project. Without modifying any thing, I tried to run the project in a physical device (SM N975F (mobile) • RF8M802FS2E • android-arm64 • Android 12 (API 31)), but I got ...
ubakasi's user avatar
  • 45
2 votes
1 answer
87 views

Failed to build apk in flutter project with fire base

when i want to buil my apk by using flutter build apk i get the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:...
Ali's user avatar
  • 21
0 votes
0 answers
34 views

Best practice for specifying the namespace for dependencies in the gradle file of a flutter app

I am working on fixing an old app for a client that an agency wrote for him. After fixing a few issues and upgrading dependencies, I got stuck in the build process. The main issue is that the ...
Simon Johanning's user avatar

15 30 50 per page
1
2 3 4 5
133