200,774 questions
0
votes
0
answers
23
views
WEBRTC| huge difference between ingress and egress
I am currently developing a cross-platform solution consisting of a mobile app and a Chrome extension that facilitates file transfers via WebRTC. I’ve noticed a significant performance anomaly when ...
1
vote
0
answers
35
views
Black box and ball strip not auto updating, ball-by-ball not showing in real time
This provider uses a canonical event model, unified commit pipeline, version-based rendering, WebSocket-first hybrid fallback, and atomic UI updates. I am building a Flutter live cricket scoring app ...
0
votes
0
answers
56
views
flutter build cannot find the included header file
I have below folder structure
test_manager/ #Native C++ repo
├── management_ui/
├── external_lib/
│ ├── include/
│ │ └── xyz.h
├── corelib/
│ ├── src/
│ │ └── abc.cpp ...
1
vote
0
answers
38
views
Unicode Rupee Symbol in PDF Text in Flutter
Code I am using:
pw.Text('\u20B9 $value',textAlign: pw.TextAlign.center)
Expected output:
₹ 123456
7891011
(rupee symbol + white space and then the text which is center aligned)
Issue:
If the text is ...
0
votes
0
answers
33
views
Spring Boot Stomp and Flutter: user message not routed as expected
I'm trying to set up WebSocket communication between a flutter frontend and Spring Boot backend server.
I'm able to connect, subscribe to channels and exchange messages BUT... I do not understand why ...
0
votes
0
answers
42
views
The button color changes transparent when the Stack and Positioned are used
enter image description hereenter image description here
When the keyboard comes up, I use the Stack and Positioned to make the button come up as well.
However, when the button comes up over the ...
3
votes
1
answer
59
views
How do I remove the gap on the edge when text overflow?
This is my code:
Row(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Text("Fruit List: "),
SizedBox(width: 10),
...
1
vote
0
answers
28
views
oauth2 package in Flutter not redirecting back to the app
These are my constants -
static const String azureRedirectUrl =
'msauth://com.example.oauth_test/ru4om2--------------';
static const String azureTenantId = '981dd283-----------------';
static ...
Advice
1
vote
1
replies
44
views
Flutter version compatibility or App Store submission guidance - Xcode 26 - Flutter 3.38 - Flutter 3.29
According to Apple’s requirement, starting from April 2026, when submitting apps to the App Store, they must be built using Xcode 26.
Starting April 2026, apps and games uploaded to App Store Connect ...
0
votes
0
answers
34
views
Flutter Data Response cut off [closed]
I run a laravel/vue app on wsl/ubuntu on my windows machine. I have a flutter app that gets data from it and I have a route that if i request it 10 times,getting the same exact data, it will fail 2-3 ...
-3
votes
1
answer
72
views
Flutter app +Android phone - suddenly the keyboard will not show up for the text fields [closed]
The problem was I had an app that has a settings page with textFormFields. That page has worked for literally years, and I made zero changes to it's code. Out of nowhere, the keyboard stops coming up ...
Advice
0
votes
1
replies
49
views
How to experiment with Flutter multi-window on Windows and Macos?
I want to use multi-window feature but I don't know how to start it. I found that canonical is implementing it on windows, macos, and linux, and it's already merged in the flutter engine, but I didn't ...
Advice
0
votes
1
replies
38
views
GoRouter, PaveView, GoNamed, force page refresh
I am using PageView to create a bottom navigation widget, with 3 pages. I use GoRouter for route navigation. I know how to refresh a page when I call pop, but hoping someone can tell me the best ...
0
votes
1
answer
59
views
After Android studio upgrade, not able to see list of devices in 'Select device' list
I was using an older version (Flamingo 2022) of Android studio. Due to a plugin dependency I upgraded it to Otter (2025), below issue persisted and downgraded to Android Studio Ladybug | 2024.2.1 RC 1 ...
0
votes
0
answers
41
views
Flutter Android not taking audio speech to text while recording
I am building an app in that i need to take speech to text while recording a video like a teleprompt app and in iOS its working as i wanted but in android the speech to text is not working and i ...