Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

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 ...
Slava709's user avatar
1 vote
0 answers
35 views

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 ...
Syed Irshad's user avatar
0 votes
0 answers
56 views

I have below folder structure test_manager/ #Native C++ repo ├── management_ui/ ├── external_lib/ │ ├── include/ │ │ └── xyz.h ├── corelib/ │ ├── src/ │ │ └── abc.cpp ...
Preeti 's user avatar
  • 811
1 vote
0 answers
38 views

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 ...
Ramji's user avatar
  • 70
0 votes
0 answers
33 views

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 ...
Sebastien's user avatar
0 votes
0 answers
42 views

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 ...
정지윤's user avatar
3 votes
1 answer
59 views

This is my code: Row( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [ Text("Fruit List: "), SizedBox(width: 10), ...
A Person's user avatar
1 vote
0 answers
28 views

These are my constants - static const String azureRedirectUrl = 'msauth://com.example.oauth_test/ru4om2--------------'; static const String azureTenantId = '981dd283-----------------'; static ...
Sumchans's user avatar
  • 3,882
Advice
1 vote
1 replies
44 views

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 ...
Ttm Châu's user avatar
0 votes
0 answers
34 views

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 ...
Mirza Celik's user avatar
-3 votes
1 answer
72 views

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 ...
Lexi Wozniak's user avatar
Advice
0 votes
1 replies
49 views

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 ...
makri aymen abderraouf's user avatar
Advice
0 votes
1 replies
38 views

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 ...
Ben Halicki's user avatar
0 votes
1 answer
59 views

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 ...
Vishnu's user avatar
  • 2,227
0 votes
0 answers
41 views

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 ...
Tanu Rajpurohit's user avatar

15 30 50 per page
1
2 3 4 5
13385