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

After upgrading to Flutter 3.41, I'm facing a strange issue with TextField. When I tap on a specific character to edit the text: The entire text (or part of it) gets selected The cursor does not ...
A-E's user avatar
  • 3,417
1 vote
1 answer
43 views

I’m working on a Flutter application where I need to track accurate time (e.g., for attendance, session tracking, or time-based validations). Question: What is the best way to handle accurate time ...
Tushar Yadav's user avatar
-1 votes
0 answers
29 views

I'm using Jaspr for my web project and want to integrate Google OAuth via Supabase. What are the required steps?, Please help me
Thăng Cao Hoàng Nhật's user avatar
1 vote
1 answer
29 views

Problem I'm using the geolocator package in Flutter to get the current location and then reverse geocode it to a display address. The same physical device location returns noticeably different ...
Shahnawaz Khan's user avatar
Advice
1 vote
1 replies
59 views

I have attached the code and output below. I am using ExpandablePageView package. The code has a print statement in the itemBuilder block which gives multiple output in the debug console. Why is this ...
rusty's user avatar
  • 1,525
0 votes
0 answers
79 views

I’m facing an issue with Shorebird patching in my Flutter app where everything works fine on Android, but on iOS it results in a crash loop after the first relaunch. Details Flutter app using ...
Rishab Dhar's user avatar
0 votes
0 answers
70 views

Dart app (Server side) + shelf + postgres plugin, all latest version. I'm trying to read / write binary data to postgresql table bytea field, the data is a binary protobuf message. This is how I write ...
user3262353's user avatar
1 vote
1 answer
61 views

Why would Flutter/Dart fail to read GPS EXIF data from an image that clearly has latitude and longitude in Windows properties? Is this a limitation of the EXIF package, a problem with the image picker ...
damon shahi's user avatar
1 vote
0 answers
66 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
72 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
60 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
70 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
110 views

I’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
71 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
154 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

15 30 50 per page
1
2 3 4 5
6389