All Questions
Tagged with flutter-layout or flutter
201,215 questions
0
votes
0
answers
64
views
The app does not display the user that was just registered and shows the same error [closed]
The admin was logged in and tried to register a new user to access the system.
It worked instantly in the Firebase Database.
However, the app screen showed the following error message: [cloud] ...
0
votes
1
answer
57
views
Black Screen on Android Launch Window in Flutter Release Mode [closed]
My Flutter app (even the default counter app) shows a black screen for ~1 second before main() starts when run in Release Mode. This is a Launch Window issue on the native Android side.
Demo: https://...
0
votes
1
answer
38
views
Flutter web app TableView problem - cannot scroll horizontally on a Mac
I have a Flutter web app that uses a TableView.builder widget to create a matrix of cells. The matrix almost always will require horizontal and vertical scrolling.
Running this in Chrome on a Windows ...
0
votes
0
answers
31
views
Mouse scroll wheel feels laggy and not smooth in my Flutter website
I'm building a website using Flutter Web, but when I scroll using the mouse scroll wheel, it doesn’t feel smooth it’s kind of laggy or jumpy compared to websites built with React or standard HTML/CSS.
...
0
votes
1
answer
38
views
iOS Photos picker UI becomes unresponsive when opened from a Flutter dialog
I’m building a Flutter iOS app that allows users to select images using the image_picker package. However, when I tap the “Gallery” button to open the native Photos picker, the UI becomes completely ...
0
votes
0
answers
27
views
iOS Flutter build fails with "Build input file cannot be found" for privacy bundles (path_provider_foundation_privacy.bundle)
I'm experiencing a build failure when trying to create an IPA for my Flutter iOS app. The error occurs specifically with privacy bundles for path_provider_foundation and image_picker_ios plugins.
...
-3
votes
0
answers
43
views
How to make this type of custom shape? [closed]
I'm trying to replicate a custom UI shape in Flutter, as shown in the red-marked area of the attached image. The design involves layering an icon over a uniquely clipped or curved container using a ...
1
vote
0
answers
39
views
Unsuccessful implementation of DI with Injectable on the authentication in Flutter app using Bloc
I am working on a Flutter application where I use Bloc as state management. I decided to try and implement Dependency Injection using the Injectable package and managed to implemented it on the ...
0
votes
0
answers
34
views
ObjectBox - any way to treat old deleted property and new properety with the same name(but different uid) as the same property in database?
I had this property named reminders in my Task entity.
String? reminders;
then I deleted it to migrate it to use List<String> instead, unfortunately I realized this later that to migrate the ...
-2
votes
0
answers
39
views
How to implement h265 format video in flutter videos H265 [closed]
I used native AVPlayer code in Flutter to play h265 video but iOS doesn't play the video part and I only hear sound but no image.
I tried to used better_player_plus, then I also tried even other ...
1
vote
1
answer
63
views
GoRouter doesn’t redirect - after logout stays on protected page
Problem: I’m using GoRouter with a GoRouterRefreshStream that listens to my AuthCubit.stream (Cubit emits states like Authenticated, UnAuthenticated, etc.).
Everything works fine when logging in or ...
-3
votes
0
answers
26
views
After this line "Running Gradle task 'assembleDebug'.. Built build\ap" arrives at the terminal, it goes into waiting state. This was going on earlier [closed]
Running Gradle task 'assembleDebug'.. Built build\app\outputs\flutter-apk\app-debug.apk Installing build\app\outputs\flutter-apk\app-debug.apk... 108.1s.
After this line arrives at the terminal, it ...
-4
votes
0
answers
24
views
Superwall Paywall Purchase Button is not purchasing the selected package [closed]
So I have integrated Superwall Paywall in our Flutter App and it is connected with RevenueCat as well.
Now the issue we are facing is that We have selected the Yearly Plan and the price for it is PKR ...
0
votes
1
answer
36
views
How do I configure signingConfigs in build.gradle.kts for a Flutter Android app?
I have difficulties configuring the signingConfigs in the build.gradle.kts
Below is my build.gradle.kts file
plugins {
id("com.android.application")
id("kotlin-android")
...
2
votes
1
answer
118
views
Error: The method 'getInvocation' isn't defined for the type 'DartObjectImpl'
Android Studio Latest, Flutter 3.35.6, sdk: ^3.9.2, Microsoft Windows 11 25H2,
Flutter Doctor without warnings.
Create a new Flutter project (Android & iOS) and without touching the generated code,...