200,570 questions
-2
votes
0
answers
17
views
Login text fields appear to clear on iPad Air M3 (iPadOS 26) — cannot reproduce on iPhone or simulator
Our Flutter app has been rejected by App Review 4 times with this description: "Login screen cleared the email and password fields when we attempted to enter the demo account details, preventing ...
0
votes
0
answers
29
views
url_launcher import error: Target of URI doesn't exist
I'm trying to add url_launcher on my Flutter-based payment SDK:
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:webview_flutter/...
-1
votes
0
answers
71
views
My app in Production don't appear in some phone model [closed]
Please help me, I put my app in play store and I even passed closed testing and now my app is in Production. The thing is that, in certain phone (like Redmi 12 5g Indian variant 'sky'), my app don't ...
0
votes
0
answers
47
views
Flutter UI not matching design: top-right badge not properly attached to card border
Here is what I am trying to do:
The screenshot is taken from a iPhone 15 Pro:
I’m trying to build a pricing UI in Flutter, but the layout is not matching the design—specifically the top-right badge (...
1
vote
1
answer
58
views
StreamBuilder updates ListView but observe duplicate entries
My use case is that on pressing a button on the UI, an object starts emitting (finite) data which I want it to be appended in a ListView until data contains a token saying it should clear all contents....
-5
votes
0
answers
79
views
Is my app-level build.gradle.kts file pointing to local release keystore the real problem why Google auth is not working on production [closed]
The thing is I previously asked this question about Google auth implemented in my Flutter app using firebase not working on production releases but on debug.
I did everything again and again and again:...
5
votes
1
answer
346
views
Flutter started raising errors : Failed to decode advisories for archive from https://pub.dev [closed]
When trying to compile an app, or even when I try to upgrade Flutter itself, I see this error :
Failed to decode advisories for archive from https://pub.dev.
FormatException: advisoriesUpdated must ...
Best practices
0
votes
1
replies
87
views
Flutter connecter supabase
Title:
I can't connect my Flutter app to Supabase database
Body:
I'm working on a Flutter app and trying to connect it to Supabase.
I already created my database and tables in Supabase, and I added ...
1
vote
1
answer
73
views
Firebase Sign in with Apple returns invalid-credential despite valid Apple token (Flutter iOS)
I'm implementing Sign in with Apple on iOS using Flutter + Firebase Auth. Apple returns a valid token but Firebase rejects it with:
firebase_auth/invalid-credential — Invalid OAuth response from apple....
Advice
0
votes
9
replies
184
views
What is best, React or Flutter?
What is best, keeping an app written in React or change the app to Flutter?
1
vote
1
answer
89
views
DatabaseException "out of memory" when opening SQLCipher 3 encrypted DB on versions > 2.2.1
I’m encountering a crash when opening an encrypted database using sqflite_sqlcipher on versions above 2.2.1. The same code works fine on 2.2.1, but fails consistently on newer versions.
Code Snippet:
...
Advice
0
votes
5
replies
107
views
New Beginner starting in flutter advice needed
I have started with dart and learnt basics and started with flutter ui and done with basic components, I am at ground zero I don't know what to do next ,what people do to become a professional ...
0
votes
0
answers
82
views
flutter build appbundle --release fail [closed]
Can someone help me, my appbundle release keeps failing:
PS C:\mr> flutter build appbundle --release
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to ...
-3
votes
0
answers
63
views
Flutter Custom Crop Ui [closed]
I want Custom Crop Ui if flutter user pick image/video and set crop ratio 1:1,16:9,9:16
Zoom. And set image in crop box
And when click done get crop coordination this coordination we pass or use in ...
-3
votes
0
answers
96
views
Flutter local notifications work in debug but not in release APK (app closes / notifications not triggering) [closed]
Description
I’m building a Flutter productivity app that helps users stay focused by tracking sessions and scheduling task reminders using local notifications.
App Overview
Users can create tasks ...