201,057 questions
0
votes
0
answers
5
views
Can't get correct polyline routes from pickup to dropoff location
when you accept a trip, the flow works alright; you get a route from rider to passenger pickup location, you actually see the confirmation sheet. Which means status has moved from accepted -> ...
1
vote
0
answers
28
views
Building a custom bottom bar with curved items in flutter
im working on a small project, the bottom bar is customized, the tabs inside should be curved, as attached in the screenshot
Till this moment, I did have any luck to achieve it, I tried many solutions,...
1
vote
1
answer
29
views
Flutter White screen behind keyboard and screens stacking up
Flutter Web App
So I have this annoying bug where after a keybaord is opened in ANY screen/textfield in the app. There is a blank white space behind the keyboard when key is dismissed. It sort of ...
0
votes
1
answer
69
views
The button doesn't press, the modal doesn't open, and the function doesn't work
I'm creating a small menu for deleting/editing comments or posts in Flutter.
When I press an IconButton, a menu appears using CompositedTransformFollower and inside the menu, I've placed TextButtons ...
0
votes
1
answer
33
views
failed to remove .dart_tool on flutter clean command
I am getting this error on flutter clean cammand.
Failed to remove D:\Projects\FlutterProject\.dart_tool. A program may still be using a file in the directory or the directory itself. To find and ...
0
votes
0
answers
42
views
Terminal freezing when using flutter run
After running flutter run I can refresh a couple of times using hot reload, sometimes only 1 others like 15, but at some point the terminal stops reading my keyboard and it gets stuck. Not a key I ...
-1
votes
1
answer
36
views
How to correctly configure android app image using flutter?
I am building a new app in flutter and I want to add my app image, but I don't understand why my image is being cropped.
What I tried so far:
Using transparent background
Using white background
Using ...
-1
votes
0
answers
71
views
Play Store android app rejected due to suspected firebase auth 403 in review environment [closed]
Out of the blue, updates of our app have starting being rejected by the Play Store reviewers because they cannot log in using the supplied test credentials.
We use Firebase to manage our auth.
We ...
0
votes
0
answers
37
views
How to remove the border or padding from CustomDropdown in Flutter using Dart?
enter image description here
I'm using the animated_custom_dropdown library version 3.1.1.
I've run into this problem:
By default, CustomDropdown comes with a transparent padding or border on the left ...
1
vote
1
answer
68
views
Is there any issue using Get snackbars & loaders and closing them using Get.back() in flutter sdk v3.38.3?
I recently upgraded to flutter v3.38.2 from v3.29.2 and found an issue that Get.back() & get.closeAllSnackbars() throwing some LateInitializer error for Controllers. Facing this issue post upgrade ...
-1
votes
0
answers
44
views
Flutter (Xcode 26.1.1) error Command PhaseScriptExecution failed with a nonzero exit code [closed]
I'm encountering this error while building the iOS app with Flutter:
Command PhaseScriptExecution failed with a nonzero exit code
I've tried all the available solutions.
If anyone knows how to resolve ...
Advice
1
vote
2
replies
59
views
Flutter build issues
I have a old laptop and I started my journey in flutter .The problem is with flutter build .every time I run flutter build command firstly it takes much time I also tried to change my local. ...
Tooling
1
vote
1
replies
41
views
What is the current recommended way to run integration tests in Flutter (since integration_test is discontinued)?
I’m setting up integration tests in a Flutter project and noticed an inconsistency between the official documentation and the current state of the packages.
The official Flutter documentation still ...
0
votes
1
answer
51
views
Flutter Google Maps always follows system theme on Android (can’t force light mode)
I’m experiencing an issue with the Google Maps Flutter Navigation SDK on Android.
I want my map to always stay in light mode, regardless of the device’s system theme. My app is forced to light mode ...
0
votes
0
answers
52
views
Turnstile on Android Version 9 with webview 66.0.3359.158
(sorry for poor english)
So, I'm working on integrating cloudflare turnstile into a flutter application that is used in Kiosk machine. The machine has android version 9 and webview version 66.0.3359....