Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
15 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
56 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
78 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
1 vote
1 answer
56 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
Tooling
0 votes
0 replies
46 views

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 ...
Eduard Mylonas's user avatar
1 vote
0 answers
66 views

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 ...
Kelvin Ekene's user avatar
1 vote
0 answers
60 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
69 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
58 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
Advice
0 votes
0 replies
56 views

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 &...
verytuna's user avatar
-3 votes
0 answers
77 views

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 ...
Ashutosh's user avatar
0 votes
0 answers
47 views

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 ...
Paulo's user avatar
  • 1
0 votes
1 answer
73 views

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 ...
Carl Smith's user avatar
  • 1,378
0 votes
1 answer
49 views

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 ...
Berk_Wiro's user avatar

15 30 50 per page
1
2 3 4 5
13373