201,012 questions
0
votes
0
answers
15
views
entered text to display in listview.builder
I am new to flutter and coding. l am trying to take entered text using UI and display this to a listviewbuilder on different screen. most examples involve hard coded items. can you please help me , ...
0
votes
1
answer
17
views
Google Play Games Leaderboard not updating for new Android players (Flutter + Flame)
I’m having a problem with Google Play Games leaderboards on Android in a Flutter + Flame game, and I can’t figure out what’s going wrong.
Environment
Flutter
Flame
games_services: ^4.1.1
Android &...
0
votes
0
answers
12
views
I used go router and StatefulShellRoute, and the bottom NavigationBar icon clicks, but the color does not change
Bottom Navigation Bar manages the index with Provider, and the code of Bottom Navigation Bar is written as below.
I have a total of 5 icons and I just click on the second icon, but the color changes ...
0
votes
1
answer
65
views
Three different actions on one container
I want this thing in my container one action onTap and one on longpress and last onlong press + drag i want three different action on one container and i am not able to do this if i fix any one action ...
0
votes
0
answers
29
views
Problem with connecting to test.mosquitto.org from Chrome
I already had success connecting to mqtt broker on Android emulator in Android Studio, but when I'am trying the same (connect to test.mosquitto.org) from Chrome (web) it seems like mqtt_client library ...
1
vote
1
answer
72
views
How to draw a curved border in Flutter
I want to draw this blue arc:
I tried to do it with Clip Path :
ClipPath(
clipper: CustomShapeArc(),
child:
Container(
width: double.infinity,
height:20,
color: const Color(0xFFE3EBFD)...
0
votes
1
answer
55
views
Flutter ImageFilter.blur is gone when scrolling to beginning or end of list
I have a card carousell using PageView.builder on my flutter app, for the 'add card' card container, I want it to have the glass effect. It works well with ImageFilter.blur, but when I scroll ...
Advice
0
votes
0
replies
30
views
Does anyone know flutter can build mobile fintech as pre-build framework?
I am starting to build a mobile app. but facing to build mobile framework widget from scratch every botton, textbox, etc..
Please share me the website or company. whom provide this source code for ...
0
votes
0
answers
74
views
How do ride-hailing apps like Uber or Rapido achieve smooth and accurate live driver tracking? [closed]
I am building a mobile application (Flutter) that requires real-time driver location tracking, similar to apps like Uber, Rapido, or Ola.
I understand that raw GPS data from a device can be inaccurate ...
0
votes
2
answers
102
views
Using Spacer / Flexible for column layout
Below is the code snippet where I want the primary button (or a column of buttons) to be at the bottom of the screen separated from the logo. Putting a Spacer doesn't seem to work as I get the error ...
0
votes
1
answer
80
views
Patrol Flutter integration tests show "0 tests ran" on BrowserStack but pass locally
I'm trying to run Patrol integration tests on BrowserStack, but test discovery fails with "0 tests ran" even though the same tests pass locally on an emulator.
Environment
Flutter 3.38.4
...
-1
votes
0
answers
73
views
Deep link on flutter app opening web site on iOS [closed]
i setup applink and its working on android, but on iOS it opens the web after open the app and when it opens the app from the web it reopens the website
i check the AASA file and its all correct this ...
0
votes
1
answer
114
views
How to I "snake wrap" widgets?
I use Wrap for a list of widget, but want the elements to be organized like a snake. A new run should start at the side where the previous one ended.
e.g. (imagine it as UI elements, widgets, not just ...
1
vote
2
answers
89
views
Isar Community is unable to generate a g.dart file
So I was using Isar to store data previously, and when I tried to compile for android, it didn't work and I learnt that it was unmaintained, so I switched to the latest Isar_Community. Upon switch I ...
1
vote
1
answer
79
views
ObjectBox build_runner fails with "getInvocation() isn't defined for DartObjectImpl" error on Flutter 3.38.5
I'm trying to set up ObjectBox in my Flutter project but encountering a compilation error when running the build_runner. Here are my environment details:
Environment:
OS: macOS (latest version)
...