Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

Certain Turkish Characters Are Not Displayed in My Android Flutter App

I'm working on a Flutter mobile app and testing localization. I noticed that in Turkish, certain characters are not displayed and instead show up as white spaces. The strange thing is that it works ...
Ana's user avatar
  • 45
0 votes
0 answers
10 views

flutter - unable to run on android after update versions

+1 ms] Warning: Flutter support for your project's Android Gradle Plugin version (7.2.0) will soon be dropped. Please upgrade your Android Gradle Plugin version to a version of at least 7.3.1 soon. [ ...
Milos N.'s user avatar
  • 4,871
0 votes
0 answers
13 views

Huawei Error when building android app in Android Studio

I am getting this error when trying to build our android app: What went wrong: Execution failed for task ':app:checkEssDebugAarMetadata'. Could not resolve all dependencies for configuration ':app:...
Chris Andree's user avatar
0 votes
0 answers
48 views

fetching remote config and unauthorized user access error only on emulator

as i use firebase remote config on my flutter android app (flutter 3.29, gradle 8.10.2, gms 4.4.2, bom 33.9, jdk 17) it throw [firebase_remote_config/forbidden] Fetch failed: The user is not ...
kfmfkgmkfgk's user avatar
0 votes
0 answers
39 views

Location permission dialog not showing in android >11 using flutter

final permission = await Permission.locationAlways.request(); I am using permission handler to request for the permission. Also as per guideline from the starting of the app ...
Arnab Ghosh's user avatar
0 votes
0 answers
46 views

How to make SVG elements interactive in Flutter to make Floor Map (Tap & Zoom)?

I am working on a Flutter application where I need to parse and manipulate an SVG file. The SVG contains different elements like polygon, rect, and path. Here an example snippet. <svg xmlns="...
Faizan Rizwan's user avatar
0 votes
1 answer
45 views

How i can set a dropdown menu item dialog width?

DropdownButtonFormField( items: businessType .map((businessType) => DropdownMenuItem( value: businessType, child: SizedBox( ...
Naimish Patel's user avatar
0 votes
3 answers
44 views

Flutter app won't connect to my local API

The application from the mobile phone does not connect to my local ASP Web API, although the debug version of the application running on the emulator works with it correctly, while running "...
Денис Волчек's user avatar
0 votes
1 answer
33 views

I have had this error showing whenever i launch my project and I have followed all the instructions. Fix this please [closed]

That is what happened after pasting a meta tag in the application tagI keep having this error "Build failed due to use of deleted Android v1 embedding." I have corrected a lot on the ...
Tijesunimi 's user avatar
0 votes
1 answer
35 views

Plugin Upgrader.dart flutter not work - Can't find an app in the Play Store with the id

I'm trying to make force update for user so user can't skip the update, i'm already use in_app_update and ask here My Question but not found solution so now i use plugin Upgrader in my flutter but ...
Dreamer's user avatar
  • 25
0 votes
0 answers
28 views

Error with flutter_health_connect connecting to health connect in Android SDK - Tiramisu

I am building a flutter based health app using flutter_health_connect to get details from android but before i use my login (which is the entry point for most applications) i wanted to collect all the ...
Yoga Srinivas Reddy's user avatar
-1 votes
1 answer
59 views

Flutter Build Failed: Could not resolve me.carda:AndroidAwnCore (JitPack Unauthorized Error) [closed]

Execution failed for task ':app:checkDebugAarMetadata'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not resolve me.carda:AndroidAwnCore:[0.8.0, 0.9.0). Required ...
Shubham Rai's user avatar
0 votes
0 answers
20 views

Flutter ConnectyCube: Accepting Call from Notification Doesn't Redirect to App

Problem: I'm using ConnectyCube in my Flutter app for handling video calls. When a call is initiated from one device to another and the receiving device is in the background, the call notification ...
yash gupta's user avatar
0 votes
0 answers
19 views

Flutter Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'

While updating my old project from Flutter 2.x.x to 3.29 I am getting this error. I am using java 17 version. Flutter version is 3.29. I have updated all packages im my pubspec.yaml file but still ...
TarbiyaUz Khusanboev's user avatar
-1 votes
2 answers
63 views

How to track referrer in a Flutter app after Play Store install? [closed]

How to track referrer in a Flutter app after Play Store install? Question: Hey Flutter devs, I'm working on a referral system for my Flutter app (UDealZone) which is currently live on playstore, and I ...
Shah Nawaz's user avatar
1 vote
0 answers
24 views

Execution failed for task ':app:mapDebugSourceSetPaths'. Cannot access input property 'localResources' of task ':app:mapDebugSourceSetPaths'

I'm having this problem when running an Android project in Flutter. I tried to solve the problem by reading this solution: Execution failed for task ':app:mapDebugSourceSetPaths'. > Error ...
Vinícius Bruno's user avatar
0 votes
0 answers
17 views

Flutter Fastlane get_new_build_number error

I'm currently trying to deploy my Flutter app with Fastlane on Google Play. I'm using this tutorial for this. However, I'm getting the following error. The AIs said something about updating packages, ...
Leo Gall's user avatar
0 votes
1 answer
50 views

Execution failed for task ':dash_bubble:compileDebugKotlin'

Knowing that my android/build.gradle is: buildscript { ext.kotlin_version = '2.1.10' repositories { google() mavenCentral() } dependencies { classpath 'com....
Marc-aurèle Chégnimonhan's user avatar
1 vote
1 answer
44 views

AndroidManifest.xml file raising errors with no exception

I am working on a Flutter (3.29.0) project on Android Studio (Build #AI 231.9392.1.2311.11330709, built on January 19, 2024 Runtime version: 17.0.10+10-b829.27 amd64 VM: OpenJDK 64-Bit Server VM by ...
DomesticPotato's user avatar
1 vote
1 answer
104 views

Google Sign In won't work after uploading app to Play Store

I am building a flutter app and i'm testing the release on the play store with a closed testing. The app needs the user to be authenticated using Google Sign In, and for what i've tried it works every ...
Tox46's user avatar
  • 87
2 votes
1 answer
56 views

Flutter custom menu integration

I tried to implement the menu drawer on the main screen to avoid redundancy, it works on the sample screens, however, if the widget structures becomes a little bit complex, the icon button menu cannot ...
Cedric Gian C. Combate's user avatar
1 vote
3 answers
148 views
+500

Can I set the Android Flutter debugging port?

When launching a Flutter Android App, it launches in the Android emulator, however Flutter listens to some extra ports for debugging. These ports are random like 59044. Currently since I did not ...
Poperton's user avatar
  • 1,776
2 votes
2 answers
102 views

How to fix 'cannot find symbol' error for Registrar in Razorpay_Flutter plugin on Flutter 3.29.0?

I'm using the razorpay_flutter plugin in my Flutter project, but when I try to build the app, I get the following error: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry....
Monkey.D Amith's user avatar
-3 votes
0 answers
53 views

Plugin [id: 'com.android.application'] not found in Flutter project with build.gradle.kts (Even After Changing Versions and Settings)

Hello everyone, I’m facing an issue with my Flutter project, which uses Gradle with Kotlin DSL (build.gradle.kts). When I try to build the project, I keep getting the following error: Plugin [id: 'com....
Ramin JAN's user avatar
0 votes
1 answer
30 views

uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library

i am new to flutter i was facing some issues i solved it one by one but i am stuck in this one problem when i try to rebuild the project after syncing gradle and cleaning the project i am getting uses-...
manish bhandari's user avatar
1 vote
0 answers
71 views

Implementing customnavbar and custom menu drawer in flutter

I'm creating this app UI, I'm currently on the home screen UI integrating the simple navigation functionality of a bottom navbar and the menu drawer, I noticed that when I tried to insert the custom ...
Cedric Gian C. Combate's user avatar
1 vote
3 answers
60 views

How to correctly set the initial page size while implementing a lazy loading listview in Flutter?

I'm trying to implement a lazy loading listview in my Flutter app. Basically when user scrolls to bottom, we fetch more data from the server. Let's say there are totally 100 items and I fetch 10 of ...
Emre Turan's user avatar
0 votes
0 answers
35 views

Calendar doesn't work in production only flutter [closed]

So, i've developed a calendar in flutter, it should load in the selected days three informations: medicine, events and meals. In debug mode it works just fine, but in production when i try to access ...
pedro.curti's user avatar
0 votes
1 answer
34 views

FATAL EXCEPTION: Firebase Blocking Thread #0 - Firebase Auth / Flutter crashes on mobile auth verification

While setting up Firebase Auth for my Flutter application using the flutterfire package, I followed the recommended setup steps by adding the package via flutter pub get and then running flutterfire ...
Maxime Franchot's user avatar
1 vote
2 answers
54 views

Listview does not scroll to the end but only to a certain point and i don't know why. flutter

I creating chatbot app, and i have a problem with listview when i send message listview scroll only to certain point but should to the end. import 'package:ai_language_learning_app/features/chat/...
Mateusz Grześków's user avatar
0 votes
1 answer
42 views

i have used device_info_plus package to my flutter application to get id of the mobile device

As i have used device_info_plus package to my flutter application to get id of the mobile device but the device id chaged for the same application in some device Why it is changed and also is there ...
Tanmoy's user avatar
  • 11
0 votes
1 answer
37 views

Cannot run (simulate) Open Street Map on Flutter

Why when I launch my Flutter Application via flutter run --debug using Google Map and Open Street Map (depending on the choice defined from the Backend of one of the two maps), I have the following ...
Marc-aurèle Chégnimonhan's user avatar
0 votes
2 answers
50 views

A problem occurred configuring root project 'android'. > : compileSdkVersion is not specified. Please add it to build.gradle

I am trying with help of chatGPT to compile my flutter/android build in Visual Studio Code. It worked before and now it does not. This is my app/build.gradle plugins { id "com.android....
Martin Holmén's user avatar
3 votes
3 answers
112 views

I'm already using Kotlin latest version still Flutter wants me to upgrade

When i run the emulator i get these errors and fix : e: file:///C:/Users/xunre/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/2.1.10/d3028429e7151d7a7c1a0d63a4f60eac86a87b91/...
unrealt3n's user avatar
0 votes
0 answers
91 views

Deploy APK Flutter Android Studio

Hey guys I ran Flutter build apk and I get below error I am not able to deploy my very own Launch Pad App, I tested it on web it works smooth including sound play and everything i don't know if ...
appdev's user avatar
  • 13
-1 votes
0 answers
75 views

Is it possible to convert a Flutter app into a Kotlin or Swift app after the application has been released? [closed]

I'm considering converting a production Flutter app into a native application (using Kotlin for Android or Swift for iOS) and have a couple of concerns: Feasibility: Is it generally possible or ...
Umut Kılıç's user avatar
0 votes
0 answers
46 views

Type mismatch and unresolved reference errors in build.gradle.kts while building Flutter app

I am working on a Flutter application and trying to build it for Android. However, I encountered a Gradle build error related to my build.gradle.kts file. The error messages indicate type mismatches ...
Allan Work Space's user avatar
0 votes
0 answers
27 views

Flutter Audio Playback Issue on Physical Device - How do I fix it?

My App is made in Flutter/Dart. I am Using Just_Audio Package from Pub.dev The app works fine on web test, but in Phone/Physical Device test it is not playing sound, its a **launchpad **app which play ...
appdev's user avatar
  • 13
0 votes
0 answers
35 views

Firebase Unity - Failed to read Firebase options from the app's resources

For some context to the project's structure, it's a Unity game that's within a Flutter project. This was achieved using the flutter-unity-widget. So far I have been setting up Firebase Analytics as a ...
Yi Ming Tan's user avatar
1 vote
0 answers
53 views

How to solve Execution failed for task ':notification_permissions:compileDebugJavaWithJavac' [closed]

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':notification_permissions:compileDebugJavaWithJavac'. Compilation failed; see the compiler error output for ...
Darshan Kakadiya's user avatar
2 votes
1 answer
38 views

Is there a straightforward, standard way to intercept pops, WHILE the widget tree is still available?

Right now I have return PopScope( canPop: false, onPopInvokedWithResult: (bool didPop, Object? result) async { if (result == null){ final navigator = Navigator.of(context); await ...
poppy's user avatar
  • 297
0 votes
0 answers
92 views

Android Emulator crashes on start up

Last night, everything was working perfectly. This morning, when I tried to start an android emulator via `flutter launch emulator', it immediately crashes: [ERR] The Android emulator exited with ...
Dylan Wolf's user avatar
4 votes
0 answers
54 views

How do I resolve "Your project requires a newer version of the Kotlin Gradle plugin" error in my Flutter project?

I'm working on a Flutter project and while attempting to build a release APK (or running a Gradle assembleRelease task), I encounter the following error: FAILURE: Build failed with an exception. ...
Hammad Khan's user avatar
0 votes
2 answers
91 views

Flutter Android Gradle Plugin is not changing the version

I need your help... Even ChatGPT can't solve it... my Flutter app is not running on android. Some packages require ADP 8.3.0, and i can't change it. here is my android/build.gradle: buildscript { ...
Sardor Sirojov's user avatar
0 votes
1 answer
32 views

What permissions are required to fetch the Wi-Fi SSID in React Native?

I have tried all possible permissions in React-Native, but I still can not retrieve the Wi-Fi SSID. I have tested everything I can, and location permission is definitely granted. I was able to get the ...
Frontmir's user avatar
0 votes
0 answers
26 views

Why does the Android app automatically navigate to an unknown route when launched?

Here is my Android intent-filter configuration: <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent....
王富贵's user avatar
0 votes
0 answers
34 views

In my flutter app I am getting two connecting popups when serial device attach

I have developed a mobile app using flutter that will establish a serial communication. Now I am using flutter_serial_communication package, and I have also tried usb_serial before both communication ...
Athikur rahuman S's user avatar
0 votes
2 answers
36 views

"Cannot recover key" while doing Flutter release. What I can do to solve this, please?

All my information inside key.properties and and build.gradle is correct. But I can't do the app release I keep getting "Cannot Recover Key". The console shows me this message: FAILURE: ...
Alex Cunha's user avatar
-1 votes
1 answer
77 views

What is the problem in my configuration of build.gradle to release an app bundle?

I'm getting an error in the console and I have no idea how to solve it, since I follow the exact instructions of the Flutter official site to generate an appbundle. This is the error I've got: This ...
Alex Cunha's user avatar
2 votes
0 answers
76 views

Cannot build release.apk in flutter for my FYP project

I am making an application with Firebase using Android Studio for my FYP. My Flutter works fine in debug mode using Web. I want to build an apk file. But when building the apk file it shows the ...
hugoleung's user avatar

1
2 3 4 5
475