201,123 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
14
views
Having problem with border color for a container in flutter, it is not showing correctly
I am having a weird problem when I try to add a border side color to a container it looks like it's cut off on the corners for some reason not sure why but here is my relevant part of the code:
@...
0
votes
0
answers
18
views
How i remove this dark overlay on status bar Flutter?
I want both the status bar and app bar to have same color, but i get this darker shade on top which i don't want. I tried to use this but the darker shades still appear
SystemChrome....
0
votes
1
answer
25
views
Flutter overlays (Dialog, BottomSheet, ..etc) close immediately after opening on iPadOS 26.1
Flutter dialog or drawer closes immediately on iPadOS 26.1 (Flutter 3.35.x)
When launch a flutter app on an iPad device or simulator running iPadOS 26.1 (you can get the latest simulators by updating ...
0
votes
1
answer
20
views
my flutter api 35 project is not releasing the app bundle file
As per the Android Store standards, apps now need minimum API level 35 to be accepted. However, every time I download the package from Android Studio, the JAR file is around 26 MB and seems corrupted, ...
0
votes
1
answer
21
views
Flutter GoRouter Back to previous branch
I have a question regarding GoRouter library for flutter.
Does anyone know how to navigate from branch 1 (City screen) to branch 2 (Venue screen) using GoRouter, so that the branch actually changes, ...
-1
votes
3
answers
24
views
Size ReorderableListView to just fit the width of the expected items
In my project, I am using a vertical ReorderableListView with items that all have the same width. Despite the items having the same width and providing one item as a prototype item, the ...
Advice
0
votes
1
replies
33
views
Using slivers to position nested widget always on top of parent
This is a follow-up question to: Position subwidget always on top of VISIBLE part of parent and its awesome answer https://stackoverflow.com/a/79389226/3984221
The mentioned answer gave the hint for ...
2
votes
0
answers
35
views
I recently upgraded from Riverpod 2.x to 3.0 and I'm getting a disposal error
Unhandled Exception: Cannot use the Ref of noteControllerProvider after it has been disposed. This typically happens if:
A provider rebuilt, but the previous "build" was still pending and ...
1
vote
1
answer
44
views
Flutter in_app_purchase: Purchase stream not emitting on iOS when user cancels payment sheet
I am using the in_app_purchase package in Flutter. I have the following setup:
Purchase initiation:
await InAppPurchase.instance.buyNonConsumable(purchaseParam: purchaseParam,);
Stream listener:
...
-2
votes
0
answers
46
views
How to integrate MQTT and HTTP together in a Flutter IoT project using Raspberry Pi and Arduino [closed]
I’m building a smart home IoT project for my university using:
Flutter app – for the mobile interface
Raspberry Pi 3 – as the central server
Arduino UNO – for controlling sensors and actuators (like ...
0
votes
0
answers
27
views
Flutter NFC-Manager : NfcManager.instance.startSession is failing for some mobile phones when reading NDEF messages
We develop an NFC NDEF base application where RENESAS PTX105R device is acting as HCE and mobile application is reading and writing tag in NDEF format. For most of the phone application is running ...
0
votes
1
answer
70
views
Issues facing while using Go Router latest version?
Previously I have used go router for Flutter Web. That time my flutter version was 3.10.6 and the go router version of 6.4.0. In that time The project was configured in such a way so that in URL bar ...
1
vote
2
answers
73
views
How to achieve this custom bottom navigation bar design with FloatingActionButton?
I’m trying to implement a custom bottom navigation bar in Flutter with a center FloatingActionButton (FAB) that slightly overlaps the bar — similar to the modern curved navigation styles seen in many ...
0
votes
1
answer
42
views
Flutter youtube_player_flutter shows brief video flash when popping screen
I'm using the youtube_player_flutter package in my Flutter app to play YouTube videos.
Everything works fine, but I’ve noticed a strange visual glitch .when I navigate back (pop) from the video ...
0
votes
0
answers
31
views
How to re-edit an image after saving in pro_image_editor Flutter?
I'm using the Flutter package pro_image_editor: ^11.12.1 for image editing in my app.
The editor works fine for the first edit. However, I’m having trouble re-editing an image after it’s been saved ...