Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
18 views

I am working on a Flutter project on Windows 11. My Flutter version is: Flutter 3.41.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision db50e20168 (3 weeks ago) • 2026-03-...
Eduardo Visoni's user avatar
Advice
0 votes
3 replies
48 views

I'm building a Flutter app and I need to generate and save a CSV file from within the app. My goal is for the file to be stored locally on the device so that it persists between app launches and ...
Keane Rudden's user avatar
0 votes
0 answers
46 views

I ran into a problem: I have a TabBar with three TabBarViews. We can easily navigate between the first and second pages. import 'package:farahesab_accoutant/pages/items/models/branch_model.dart'; ...
MoridAhmad Azizi's user avatar
0 votes
1 answer
50 views

hello, Flutter iOS: USSD code with * and # not launching in phone dialer (works on Android) flutter ios ussd url-launcher tel-uri PROBLEM My Flutter app executes USSD codes for mobile money recharges....
Abdoul Aziz TAO's user avatar
Best practices
0 votes
1 replies
100 views

'm trying to create a bottom-aligned tab widget. My current approach using overlapping shapes results in discontinuous edges and white gaps between the tab and the main container. How can I achieve a ...
jimi-del's user avatar
  • 141
0 votes
0 answers
56 views

I am trying to run a gguf model using llama_cpp_dart v^0.2.2 package. But it is showing model cannot be loaded. The initialize function is what runs these. I checked the llama_cpp folder in lib\src of ...
Kevin L's user avatar
Advice
0 votes
1 replies
142 views

I'm building a Flutter Windows desktop app that integrates with Google Drive. I'm trying to determine the correct, secure approach for handling OAuth2 client_id and client_secret. We currently fetch ...
rel1nce's user avatar
  • 19
0 votes
1 answer
158 views

I am building this app where a part of it runs OCR on a cropped box on the camera frame. In debug mode it was working perfectly and as expected, but once i build the app, some part seems to not ...
borhanedine's user avatar
1 vote
0 answers
92 views

I am implementing Flutter Web Multi-View Embedding to integrate independent Flutter components into a React.js frontend. Following the official documentation, I am initializing each Flutter widget ...
Nelynx's user avatar
  • 1
-1 votes
0 answers
126 views

I am developing a Flutter application that communicates with a live API server via HTTPS. The API calls work perfectly on an Android 16 device, but when I test the exact same code on devices running ...
Gaurav Gupta's user avatar
0 votes
1 answer
47 views

my environment details: === dart info === - Dart 3.11.1 (stable) (Tue Feb 24 00:03:07 2026 -0800) on "macos_arm64" - on macos / Version 26.3.1 (a) (Build 25D771280a) - locale is en-US #### ...
Jack Tjoeng's user avatar
0 votes
0 answers
42 views

I was Integrating my Backend to the flutter frontend but i am unable to handle 401 and 403 Status Code. Lest dive in a little more : when the JWT expires it uses a refresh token to refresh the JWT ...
Ankit Singh's user avatar
Advice
0 votes
0 replies
48 views

I am currently in the planning phase of developing a mobile attendance system using Flutter (Dart). The system will use facial recognition to record attendance and automatically calculate payroll ...
Sid Dione Molleda's user avatar
2 votes
1 answer
94 views

my environment details: === dart info === - Dart 3.11.1 (stable) (Tue Feb 24 00:03:07 2026 -0800) on "macos_arm64" - on macos / Version 26.3.1 (a) (Build 25D771280a) - locale is en-US #### ...
Jack Tjoeng's user avatar
Best practices
3 votes
0 replies
89 views

Body: I am trying to create a BottomNavigationBar similar to the WhatsApp app. Expected behavior: Icons are outlined by default When a tab is selected, the icon becomes filled The selected tab has ...
Hareetha R's user avatar

15 30 50 per page
1
2 3 4 5
6389