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

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 , ...
Muss mhaka's user avatar
0 votes
1 answer
17 views

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 &...
TheOldBlackbeard's user avatar
0 votes
0 answers
12 views

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

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 ...
Tanu Rajpurohit's user avatar
0 votes
0 answers
29 views

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

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)...
Mathieu's user avatar
0 votes
1 answer
55 views

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 ...
Danish Ghazi's user avatar
Advice
0 votes
0 replies
30 views

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 ...
Chenda Monyoudom's user avatar
0 votes
0 answers
74 views

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 ...
Nilesh Patel's user avatar
0 votes
2 answers
102 views

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 ...
cspam's user avatar
  • 2,973
0 votes
1 answer
80 views

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 ...
kroe761's user avatar
  • 3,564
-1 votes
0 answers
73 views

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 ...
Anas Sa's user avatar
0 votes
1 answer
114 views

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 ...
Sebastian Solidwork's user avatar
1 vote
2 answers
89 views

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 ...
NrdyBhu1's user avatar
  • 393
1 vote
1 answer
79 views

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) ...
Daniel Pinzaru's user avatar

15 30 50 per page
1
2 3 4 5
13401