All Questions
Tagged with flutter-test or flutter
201,082 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
25
views
SharedPreferences not saving data in Flutter [duplicate]
I'm programing w/ Flutter and I have a error during the compilation. I can't run my app on android.
VS Code say this:
"The supplied phased action failed with an exception.\r\nCould not create ...
Best practices
0
votes
1
replies
32
views
How to integrate Stripe Payment Gateway with Card, MB Way, Apple Pay, and Google Pay in a Flutter app?
I need help understanding:
How to configure Stripe in Flutter for multiple payment methods.
How to enable MB Way in Stripe and trigger it from the Flutter app.
How to set up Apple Pay and Google ...
0
votes
2
answers
36
views
showDialog function in flutter not doing anything
I'm making a simple 'To Do List' app In Flutter, When I press the 'floatingActionButton' it's supposed to to show a pop-up where the user can input a new task, But nothing is displayed when the button ...
-1
votes
0
answers
44
views
Flutter Routing between Homepage and Settings [closed]
I have a problem with my Dart Homepage. I tried to route my homepage to the settings page, but it doesn't work properly. Can you please provice a simple code for beginners like me <3
1
vote
1
answer
44
views
Is it normal for Flutter's main() function to execute as soon as a firebase notification is received in system notifications bar?
is it normal for Flutter's main() function to execute as soon as a firebase notification is received in system notifications bar?
I am testing on Android 15 in a Pixel device.
Here's what I did:
I ...
1
vote
0
answers
54
views
Thin Font Rendering Flutter
I recently decided to move my QML/Qt app into using Flutter. My app uses the Segoe UI font, and while it displays as I'd like in the Qt app in the Flutter app it is much thinner. I don't have any font ...
-1
votes
1
answer
39
views
Flutter Golden Screenshot Widget Integration Testing Shadow Mode
Why is it that my text fails to load in Flutter Widget Integration Testing in Shadow Mode.
I use Golden package to take screenshots, and no matter how long I pump and wait for environment to load, I ...
-5
votes
0
answers
46
views
Flutter rendering engine for react applications [closed]
I'm thinking of doing something, I don't know if it's crazy or not. But I'd like to use Flutter's rendering engine to run react applications natively on desktop platforms. At first I'd thought of ...
0
votes
0
answers
25
views
Amplify Flutter + Cognito Identity Pool works via AWS CLI but fails in app ("No identity pool registered for this account")
I’m integrating AWS IoT Core with a Flutter app that already uses Amplify Auth (Cognito User Pool).
To allow IoT connections, I added a Cognito Identity Pool section to my amplifyconfiguration.dart (...
0
votes
0
answers
50
views
CMake Error at CMakeLists.txt (project) - could not find any instance of Visual Studio
if you're getting an issue like this:
$ flutter build windows
CMake Error at CMakeLists.txt:3 (project):
Generator
Visual Studio 16 2019
could not find any instance of Visual Studio.
Unable to ...
0
votes
0
answers
26
views
Google Maps Flutter camera center appears in top-left corner depending on Scaffold layout (extendBody / AppBar / bottomNavigationBar)
I'm building a custom map page in Flutter using `google_maps_flutter` (and a wrapper widget from `google_maps_drawing_tools`). I'm fighting a layout issue where the **camera target is not visually ...
0
votes
1
answer
41
views
How to influence the animation of the previous route?
I have been trying for quite a while to implement an animation similar to the Cupertino transition. I almost managed to create a parallax effect, but because the Hero animations refuse to work at all, ...
0
votes
0
answers
52
views
How to make a custom notification full-width?
I'm trying to create a full-width custom notification for my Flutter app on Android.
The problem is that the notification always appears centered with large horizontal margins, even though my layout ...
-3
votes
0
answers
41
views
final buttonStyle=ElevatedButton.styleFrom(), What's wrong in here [closed]
I was tying to make a button with shape of rectangle, but I want to apply this to four button so I try this
final buttonStyle=ElevatedButton.styleFrom(
fixedSize: Size(100, 100),
shape: ...
-3
votes
1
answer
63
views
My Flutter project runs fine in Android Studio, but VS Code and other platform shows configuration errors [closed]
I made a flutter project using Android Studio but then due to some reason I had to shift on other platform Vs Code, when I tried running the build on Vs Code it started giving configuration error
(...