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

how to solve this issue. when I run my app on my real device then I got this following error: lookupResolvedPackageUris result contained more results than the request. See https://github.com/dart-...
Swati Suryawanshi's user avatar
1 vote
0 answers
9 views

I am working on a Flutter application where users upload documents (invoice / payment proof) from the gallery. On iOS, when the app requests photo access and the user selects “Limited Access”, the ...
Surya Karan Raja's user avatar
1 vote
0 answers
32 views

I have list of cards, that handle click like this: class _Clickable extends StatelessWidget { const _Clickable({required this.absolutePath, required this.child}); final String absolutePath; ...
polina-c's user avatar
  • 7,215
0 votes
0 answers
35 views

this application is totally offline and i tried to add ml model to the application but it did not support the file type and only support(tflite_flutter). local_notification (it is also not working) ...
Tushar Joshi's user avatar
0 votes
0 answers
23 views

I'm using https://watermelon.us for writing automation tests for my Web app. When a test case starts, Watermelon will start the web app and then automatically record my actions when I interact with it,...
Minh Hoàng Nguyễn Viết's user avatar
-1 votes
0 answers
40 views

I'm having an issue with my Flutter app, it builds ok but when moving it to Transporter to get it on App Store Connect I get a message: Validation failed (409) Invalid Bundle. The bundle Runner.app/...
VVV's user avatar
  • 15
1 vote
0 answers
56 views

I'm implementing OAuth authentication in my Flutter app using webview_flutter: ^4.13.0. The OAuth flow redirects to http://localhost:8888 for the callback, but this is only failing on iOS Version 26.2 ...
Sagar Acharya's user avatar
1 vote
0 answers
44 views

I am trying to figure it out why while debugging in Visual Studio Code the first template Flutter app the debugger is not catching the instruction: _counter++; or _counter--; Here, I am attaching ...
K.Os's user avatar
  • 5,572
Best practices
0 votes
3 replies
84 views

I’m building a Flutter app that will run on a tablet placed in a café or retail store. The main requirement is to keep the app always visible and prevent users from: Closing or minimizing the app ...
Alex20280's user avatar
  • 385
-1 votes
0 answers
48 views

I’m trying to create a number animation in Flutter where the value changes directly without counting or scrolling through intermediate numbers. The behavior I want is: The old number slides down and ...
froster's user avatar
  • 11
0 votes
0 answers
40 views

Exception in thread "main" java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.findEND(Unknown Source) at java.base/java.util.zip.ZipFile$...
farman zia's user avatar
0 votes
0 answers
61 views

I've been working with highchart's line chart to plot some data and that has worked fine. The only thing I cannot seem to find is, how to disable this movement on Y axis. I've tried disabling the ...
Athem's user avatar
  • 25
0 votes
0 answers
89 views

I’m using Flutter + Firebase Realtime Database for a quiz battle feature. Everything works correctly on Android, but on iOS the same read returns empty data (snapshot.exists == false) without throwing ...
Vignesh Achar's user avatar
0 votes
0 answers
65 views

I am trying to create a rendition of a game called 'Two Cars' created by Ketchap studios. I am not using any game engine, and trying to see how far I can get. And I am failing to implement the ...
B1LLP4RK's user avatar
1 vote
2 answers
54 views

I'm using Firebase Authentication and Firebase Cloud Firestore for my Flutter project. But the rules I implemented in the Firestore only apply correctly after restarting the app, if the user just ...
Sören S.'s user avatar

15 30 50 per page
1
2 3 4 5
13399