180,282 questions
0votes
0answers
5views
Flutter interop and decode image
in my Flutter application, users can set their avatar. Basically, it works like this: you choose a file (only images) a dialog appears and you can crop the circle for the avatar widget I'm using ...
0votes
0answers
10views
FlutterCheckoutPayment generateToken method throwing (Token request failed - request_invalid (HttpStatus: 422))
String sanitizedPhone = phoneNumber.replaceAll(RegExp(r'[^\d]'), ''); String sanitizedCode = phoneCountryCode.replaceAll('+', ''); PhoneModel phone = PhoneModel(countryCode: sanitizedCode, number: ...
0votes
0answers
12views
flutter fcm integration for scheduled notifications
I have a flutter app with recipes, and a week plan for each user, basically when the user completes his plan for lets say breakfast-launch-dinner, i want to send him a push notification with scheduled ...
0votes
0answers
31views
Using Firebase in Flutter, how to output number of documents which match a query
I would like to output the number of documents that match a particular query, the query is a boolean value, so display the number of documents that have "true" value. I found several ...
0votes
0answers
10views
Android SplashScreen exit-animation in Flutter app changes status-bar color & layout
After applying an exit fade-out animation to Android’s new SplashScreen API in my Flutter app, the status bar turns pink and the system nav-bar overlaps my app’s bottom bar. Hi so I run a *flutter *...
0votes
0answers
12views
Flutter APK Build Fails: AAPT2 Error - "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data" for android-35
I am trying to build a Flutter APK using the command: flutter build apk But I am getting this error: * What went wrong: Execution failed for task ':flutter_plugin_android_lifecycle:...
0votes
0answers
13views
Flutter Java and Gradle version problem when debbuging on android
I'm having an issue with a Flutter project where it keeps showing the warnings below: warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target ...
0votes
0answers
9views
Not able to show call style notification in android after updating compile and target version to 35
In my flutter mobile application I'm using call style notification in android native to show VOIP incoming call. it was working fine till my compile and target version was 34 and flutter version 3.16....
0votes
0answers
22views
Firebase Messaging Causes ANR on Notification Receive in Flutter App (Even with Minimal Handler)
I am working on a Flutter project where I have set up notifications using Firebase Messaging. Everything was working perfectly until recently. After coming back to the project after a long time and ...
0votes
0answers
26views
How have local domain for app android of flutter?
does anyone know a way to assign a local domain to a server I set up with Shelf in an Android app? I want that when the server is running, it can be accessed without having to type the device's IP ...
0votes
0answers
33views
Flutter UI Bug: Text Corruption After App Close and Reopen (Device-Specific Issue)
We have a Flutter app that has been developed and tested across multiple devices without any issues. However, on one specific device, we are encountering a strange UI bug. Issue: Some text labels on a ...
0votes
1answer
30views
How to navigate multiple nested pages with deeplink
On handling notification about new message in chat and when app is terminated i need to build multiple screens with "Chat" page on top of the stack. For that I need to build "Home" ...
0votes
1answer
52views
Flutter build fails after flutter create due to missing Gradle plugin (com.android.application 8.7.0) (Solved)
I created a new Flutter project using: flutter create test_app Without making any changes, I attempted to build and run the default Flutter app, but the build fails due to a missing Gradle plugin (com....
1vote
0answers
22views
sensors_plus on iOS doesn't listen the event or throw an error
I'm using sensors_plus: ^6.1.1 for both android and iOS, on Android all is good but on iOS it doesn't work the listener just doesn't listen the event and it also doesn't has any error class ...
-1votes
0answers
30views
Flutter Firebase Messaging not working in web but in android
I'm using flutter to create an app and wanna get notifications using firebase messaging. If I use the android debugger all notifications work perfectly, but I don't receive anything on web, neither in ...