Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 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
47 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
34 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
70 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
41 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
-3 votes
0 answers
71 views

I would like to use Claude Code to port my website from Flutter to Jaspr in order to improve searchability. What skills should I use? What is the best way to orchestrate agents?
polina-c's user avatar
  • 7,247
0 votes
1 answer
74 views

Problem After enabling Firebase App Check enforcement on Firestore, Storage, and RTDB, my Flutter iOS debug build fails to obtain an App Check token. All Firestore listeners fail with "Missing or ...
Bryan_S's user avatar
  • 26
0 votes
1 answer
62 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
43 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
1 vote
0 answers
102 views

I’m developing an app that needs to send an SMS automatically when a certain event happens (e.g., a user action). The user should not have to interact with the phone after the event – the message must ...
Mikias Gebresilasie's user avatar
Advice
0 votes
1 replies
49 views

I've down loaded flutter_windows_3.41.6 stable, extracted into a folder properly, and the flutter.bat is not in the bin where it is supposed to be. in fact i can not find it in any file. i have ...
Carl McDanel's user avatar
-3 votes
0 answers
59 views

Firebase Phone Authentication in Flutter Web. reCAPTCHA Enterprise verification fails and falls back to v2, which also fails. Failed to verify with reCAPTCHA Enterprise. Automatically triggering the ...
Ruth Hari's user avatar
-3 votes
0 answers
35 views

So i have worked with flutter a long ago and recently i have a shifted to the flutter again so i have installed flutter sdk, android studio and all required things and i am also able to create a ...
Krish Pansara's user avatar
0 votes
1 answer
46 views

I'm making an app in Flutter and dealt with this issue myself, but I solved it by adding my SHA keys to the project. I tried doing the same for him, verifying the package name, doing a pub get -> ...
Dj Ross's user avatar
  • 21
0 votes
1 answer
45 views

I'm trying to setup a docker devcontainer in VSCode for Flutter Linux desktop development. The target is ubuntu 26.04. Both Flutter and Docker Devcontainers are new to me. I've been reading the online ...
gene-weber's user avatar
0 votes
0 answers
58 views

I would like to use the Spake2+ handshake in an app I’m developing for Android and iOS using Flutter. There is a spake2plus library for Dart, but it doesn’t support either Android or iOS. Is there a ...
janekpel's user avatar
  • 115
2 votes
1 answer
94 views

Flutter Mobile Scanner shows black screen after scanning barcode I am using the mobile_scanner package in Flutter to scan barcodes. The scanner works correctly for detecting the barcode, but after ...
Hiranye Vithange's user avatar
2 votes
2 answers
94 views

I have a MainScreen that has a custom AppBar. That AppBar contains the button to the SettingsScreen. I want the following behavior: after the user leaves the SettingsScreen via the usual back-button/...
BinaryFox's user avatar
0 votes
1 answer
98 views

The problem occurs when integrating Firebase into Flutter Web. Firebase cannot be initialized within Flutter Web. The console error is shown below. The main and index source files are below. Error: ...
Sasha Deryagin's user avatar
Advice
1 vote
0 replies
96 views

I spend a lot of time on YouTube every day. This is very alarming for me, and this is why I want to build a Flutter app where the time phone usage will be calculated, and after 2 hours of using the ...
Kafiul Islam's user avatar
Best practices
0 votes
1 replies
98 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
1 answer
96 views

I published my Flutter app on Google Play 2 days ago. Yesterday I linked the app with AdMob account. I added app-ads.txt in my app and AdMobs show that my app is ready. No ads are show since than. ...
plewand's user avatar
  • 186
0 votes
1 answer
147 views

I've had Flutter installed on my mac since at least 2023 (version 3.13.8) and haven't been using it in a long time now. I tried upgrading (newest available 3.41.6) but it got me this error: Building ...
Paweł Wacławiak's user avatar
Advice
1 vote
2 replies
102 views

I’m developing a Flutter-based educational app that offers paid courses for exam preparation. The pricing for these courses is dynamic (varies per course), which doesn’t align well with Google Play’s ...
Parth Rathod's user avatar
Advice
0 votes
1 replies
67 views

When using the Flutter in_app_review package on iOS, it’s important to understand how Apple’s in-app review system behaves, especially in TestFlight builds. The review prompt is controlled entirely by ...
Utkarsh's user avatar
0 votes
1 answer
62 views

I’m working on a Flutter desktop application for macOS and using the auto_updater package (which internally uses Sparkle) for handling OTA updates. We recently introduced a change where the app name (...
Ana's user avatar
  • 54
1 vote
1 answer
69 views

I use this in a bash script: flutter test --coverage --branch-coverage ut --name tp001 And it works when I invoke the script: do_ut tp001 It only runs tests in the group "tp001". Great, ...
JohnA's user avatar
  • 919
Advice
0 votes
1 replies
141 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
1 vote
0 answers
67 views

The exact same implementation works perfectly on Android, but fails on iOS. I’m facing an issue with Agora integration on iOS and would really appreciate any help. Important Observation: When I run ...
Raj shekhar's user avatar
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
Advice
0 votes
0 replies
84 views

Iam working on a project of my own which is based on (Nvidia instant NeRF mesh models) I'm using Flutter app for the front-end. The problem that I'm facing is how do I detect wall collision on mesh ...
Muhammad Zunair'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
0 votes
0 answers
103 views

I need to decode barcode from captured images in my flutter application in WINDOWS. For example, this Code 39 Barcode image (not a perfect image, but that's the purpose of this question) I have tried ...
Luka's user avatar
  • 55
-1 votes
0 answers
123 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
45 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
1 vote
2 answers
98 views

I have a test like this: void main() { TestWidgetsFlutterBinding.ensureInitialized(); group('TabletFoldersTable widget', () { test("File Handler works", () async { Directory ...
PMF's user avatar
  • 17.8k
2 votes
0 answers
77 views

There is template code, where nav items doesnt display correctly The last separated icon is too compressed, it doesn't display completely, and long titles are cut off after 2-3 letters and... It looks ...
Alikhan Sundetov's user avatar
Advice
0 votes
1 replies
61 views

I am working on a Flutter application for a sales team, and I have a couple of requirements related to phone calling functionality. What I want to achieve: Build a custom dialer UI inside my Flutter ...
Arun Pal's user avatar
Tooling
1 vote
5 replies
70 views

Until now, I've only used RiverPod and Provider to do status management. I think they only use the same technology, so I want to proceed with the project using new status management, but I'm agonizing ...
정지윤's user avatar
0 votes
0 answers
92 views

I’m working on a project where I need to process fingerprint images and convert them into WSQ format. So far, I already have a working script that converts an image into WSQ format. That part is fine. ...
Tariq Hajeer'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
87 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
0 votes
0 answers
91 views

I am building a Flutter app with native Android code where I: Record audio using AudioRecord Perform speech-to-text using Vosk (offline recognition) This works fine individually, but when I try to: ...
Tanu Rajpurohit's user avatar
0 votes
1 answer
240 views

I am trying to deploy my first flutter app to an android emulator in vscode/intelij/android studio. All give me the same error. I have been searching and can't find a solution. Deploying to a medium ...
coloradoman's user avatar
0 votes
1 answer
61 views

I have the following setup Android Studio, installed via my system packet manager (Pacman on Arch Linux) Ungoogled Chromium, installed via Flatpak Now I want to launch a Flutter App from Android ...
TheJanzap's user avatar
  • 313
Best practices
3 votes
2 replies
104 views

I have always been surrounding code that I don't want included in release builds in Flutter apps with assert((){ print('Debug-only code here'); }()); I vaguely remember this being the recommended ...
Magnus's user avatar
  • 19.2k
0 votes
0 answers
60 views

I am developing a Flutter chat application that displays videos in a feed (similar to WhatsApp). Recently, after updating my Flutter SDK and changing my Android compileSdk to 36, video playback has ...
Mr x's user avatar
  • 11
Best practices
0 votes
11 replies
96 views

I am developing a Flutter application that allows users to edit text content. The use case involves handling very large text data, specifically, a single text document that can contain several hundred ...
thuongbn's user avatar
Tooling
1 vote
0 replies
87 views

Keeping in mind the versatility of Flutter as a framework I'm curious if there is any tool out there that integrates well with it to auto generate Bill of Material for a multi-module multi-platform ...
Piotr's user avatar
  • 697
Advice
0 votes
1 replies
54 views

I am using the in_app_purchase: 3.2.2 package in my Flutter app. I am implementing Offer Codes using the presentCodeRedemptionSheet() method from the InAppPurchaseStoreKitPlatformAddition. The system ...
vishal's user avatar
  • 11

1
2 3 4 5
4013