close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
2 answers
122 views

How do I remove the current element of the list as I iterate over it? List<Map<String, dynamic>> _palletList = []; for (var palletIter in _palletList) { if (condition) { //Remove ...
Score of -1
1 answer
116 views

I'm building a chat UI similar to ChatGPT. Whenever the user sends a message or the AI responds, I want the list to scroll so the newest item's. void _scrollToTarget(GlobalKey key) { // Ensure the ...
Tooling
0 votes
3 replies
89 views

I'm trying to learn Flutter Riverpod, but I'm struggling to understand it. I have experience with GetX, so I'm used to its way of managing state. Riverpod feels completely different, and I'm having a ...
Tooling
0 votes
2 replies
149 views

I'm currently working on a personal project called SmartCam, and I'd really appreciate some feedback from anyone who's worked with AR, computer vision, Unity, MediaPipe, or virtual try-on systems. The ...
Advice
0 votes
3 replies
66 views

I have a Flutter app with a repository that has these methods: Future<List<Station>> getAllStations(); Future<Station> getStationDetail(String id); The problem is that ...
Best practices
0 votes
0 replies
96 views

I am using the mobile_scanner package in Flutter to scan different types of barcodes (UPC-A, UPC-E, EAN-13, EAN-8, Code128, etc.).I am using the validation? Is there any Dart/Flutter package for ...
Score of 0
1 answer
110 views

According to the database structure, email cannot be null. I want to write a function that checks whether a user with that email already exists, but I'm getting an error Future<bool> isEmEx(...
Advice
0 votes
1 replies
61 views

je veux faire le carrousel d'un container comprenant une image en background , un texte et un bouton . je souhaite aussi avoir des mouvements de points qui montrent l'evolution du slide.et une duree ...
Score of 1
1 answer
114 views

I'm seeing a native crash from google_mlkit_face_detection that only happens in Android release builds. Environment Flutter: (version) google_mlkit_face_detection: (version) google_mlkit_commons: (...
Score of 0
1 answer
74 views

I'm working on a Flutter application and I want to change the color of the bottom area on iOS (the area behind the home indicator / bottom safe area). On Android, I was able to change the system ...
Advice
0 votes
0 replies
74 views

I am displaying a map (flutter_map) which displays an image overlay when the user clicks on a point on it. The problem is that the server sending the image overlay sends also JSON metadata which ...
Score of -1
1 answer
136 views

Android virtual device in android studio not showing up. I don't know how to use the android virtual device and run the app on it Android virtual device in android studio not showing up. I don't know ...
Best practices
0 votes
0 replies
75 views

So I am learning flutter, one of the features in the app I am building is creating an activity. The creation process spans multiple screens and the object must be stored in Firebase and I am unsure if ...
Advice
0 votes
2 replies
177 views

In Flutter, I often face a design dilemma when building reusable widgets and service/helper classes that need to show UI elements like dialogs, bottom sheets, or navigation actions. The core issue is ...
Score of -1
1 answer
176 views

I’ve been dealing with this problem for a while now: even though I’m using the flutter_svg package, my SVG file won’t appear in the emulator. The SVG is just a simple droplet icon with an outline, ...

15 30 50 per page
1
2 3 4 5
6386