200,402 questions
Score of 0
0 answers
65 views
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
I got these messages when I compiled my app in Android Flutter SDK:
The error messages:
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: ...
Score of 0
0 answers
43 views
Custom Chinese font Noto Sans SC is not being used in Flutter
I customized a Noto Sans SC font in Flutter, but the display effect was not good. It seems that she did not use Noto Sans SC correctly to display Chinese text, like that:
The font it shows is a font ...
Score of 0
0 answers
49 views
Firebase auth/invalid-credential "Invalid OAuth response from apple.com" with valid identityToken
Native Sign in with Apple on iOS always fails with this:
[firebase_auth/invalid-credential\] "Invalid OAuth response from apple.com"
In Cloud Console metrics, AuthenticationService....
Score of 1
0 answers
75 views
Flutter Android 11, 12, and 13 HandshakeException After SSL Certificate Update
I am developing a Flutter Android application, and the app is showing a HandshakeException on devices running Android 11, Android 12, and Android 13.
The issue started after the SSL certificate was ...
Score of 1
0 answers
84 views
How can I prevent a Flutter WebView from navigating to external URLs or opening other pages?
I'm building a vidsrc.to client to watch movies on my Android phone, using webview_flutter 4.x, I want to load a specific embedded video page inside a WebView, but I need to prevent the webpage from ...
Score of -3
0 answers
95 views
How to use Flutter on a Linux Mint computer with a physical phone
I have a computer turning on Linux mint system and also with 4 GB of RAM. The problem is that I can fill Android Studio requirements to install it on my computer. So I want to use my physical phone ...
Score of -2
0 answers
67 views
Flutter Web app memory usage keeps increasing over time [closed]
Flutter Web app high memory usage
I have a Flutter Web app where memory usage starts at around 400 MB, but if the user stays on the website for a long time, it continuously increases to 1.5 GB or even ...
Score of -1
0 answers
58 views
Is there any way to provide access to an object in an entire folder and not the entire app?
If there is a folder for the widgets of a feature in an app, then how to provide access to a single class object to the entire folder?
For example in feature first architecture, the presentation ...
Score of 1
1 answer
165 views
Flutter Google Sign-In works in release APK but fails in Google Play Internal Testing with [16] Account reauth failed
I'm developing a Flutter Android app and I'm facing an issue with Google Sign-In.
Problem:
Google Sign-In works perfectly when I build and install the release APK locally:
flutter build apk --release
...
Score of 2
0 answers
93 views
Can RegisterApplicationRestart relaunch an MSIX app after ExitProcess(0) following a StoreContext update? [closed]
I am reviewing a Windows restart flow in a Flutter desktop app packaged as MSIX and intended for Microsoft Store distribution. The app uses a custom Flutter Windows plugin; there is no external ...
Score of 0
0 answers
83 views
Frame Drop because of Charts in Home page [closed]
I have a problem with the Home page, which is the main page the user is redirected to after authentication.
We need to make requests to five different routes. Three of these routes provide data for ...
Score of 0
1 answer
92 views
Best approach for localizing dynamic content from Firebase in Flutter?
I’m working on a Flutter app where I already have localization working for the normal app strings.
Now I’m a little confused about the best way to handle the content that comes from Firebase/Firestore....
Score of 1
0 answers
80 views
Flutter time picker appears behind stepper
Within the stepper, each time I click the button to show the time picker, it appears behind the stepper and is not selectable. Then, when I go to either step, it fails to disappear.
Expected behaviour:...
Score of -1
0 answers
75 views
Nested state management in Flutter with Bloc and Firebase
I am learning and trying to design a flutter app, and I am having some doubts connecting the dots.
I have two main domain entities:
Location: Has metadata (label, icon, address) and a list of ...
Score of 1
0 answers
63 views
Flutter image_picker PlatformException(missing_valid_image_uri, Cannot find at least one of the selected images., null, null)
image_picker package gives the following exception when picking single or multiple images on real device. it's working on emulators and simulators.
so the returned path of the picked image is always ...