200,593 questions
1
vote
1
answer
15
views
Flutter Geolocator returns different coordinates on iOS vs Android for same physical location, causing inconsistent reverse geocoding address
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 ...
Advice
1
vote
1
replies
56
views
Is it common for itemBuilder code to run multiple times?
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 ...
0
votes
0
answers
78
views
Flutter + Shorebird patch causes crash loop on iOS (App Store build) after relaunch, works fine on Android
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 ...
1
vote
1
answer
56
views
Flutter can’t read GPS EXIF from image, but Windows properties shows latitude and longitude
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 ...
Tooling
0
votes
0
replies
46
views
Architectural patterns for bridging custom C++ drivers to a Flutter HMI on Embedded Linux
We are developing a high-performance HMI for a custom multicore SoM running an embedded Linux distribution. Our team has extensive mobile development experience with Flutter, and we want to leverage ...
1
vote
0
answers
66
views
firebase_messaging onMessage stream never fires after UIScene migration on iOS
After migrating a Flutter iOS app to use UISceneDelegation (via FlutterSceneDelegate in Info.plist), FirebaseMessaging.onMessage in Dart never fires for foreground messages. Background banners appear ...
1
vote
0
answers
60
views
Flutter on Windows: "Building with plugins requires symlink support" and start ms-settings:developers not working in PowerShell
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-...
Advice
0
votes
3
replies
69
views
How can I save a CSV file locally in a Flutter app so it persists within the app?
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 ...
0
votes
0
answers
58
views
How to go another TabBar Options while we are in page that has ScrollDirection: Axis.horizontal
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';
...
0
votes
1
answer
70
views
Flutter iOS: USSD code with * and # not launching in phone dialer (works on Android)
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....
Advice
0
votes
0
replies
56
views
Maintain a flutter foreground service alive
Quick context:
I just started an internship in a startup and they asked me to make a prototype of an app that will help doctors gather background information on the patients that opt-in in order to &...
-3
votes
0
answers
77
views
I am trying to create a social media app; I want to see my posts in profile page, I can only see them for a second, then they are replaced by no posts [closed]
import 'package:flutter/material.dart';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:google_fonts/google_fonts.dart';
import 'auth_service.dart';
class ProfilePage extends ...
0
votes
0
answers
47
views
Flutter Android - android.jar SDK 35 corrupted 27MB instead of 100MB - Windows - RES_TABLE_TYPE_TYPE error
Problem
Building a Flutter app on Windows always fails with this error:
aapt2.exe E LoadedArsc.cpp:94] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data.
Failed to load resources table in ...
0
votes
1
answer
73
views
How can I initialize a FlutterMethodChannel for iOS using a UISceneDelegate?
My iOS app uses a FlutterMethodChannel and I’m adopting the new UISceneDelegate strategy described here: https://docs.flutter.dev/release/breaking-changes/uiscenedelegate
I’m trying to initialize it ...
0
votes
1
answer
49
views
Xcode 26.2 Flutter Command PhaseScriptExecution failed with a nonzero exit code
I created a new Flutter project and ran it successfully on the emulator.
Everything works fine there.
However, when I connect my iPhone and try to run the app via Xcode after selecting a team in the ...