201,087 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
0
replies
8
views
Reminder notifications on mobile devices (Android/iOS))
Hi everyone,
I'm looking to develop a mobile application that sends recurring task reminders to users via scheduled local notifications at specific time intervals. (Like notification every 15 minutes)...
0
votes
0
answers
18
views
Firebase App Check debug token not showing on iOS (shows fine on Android)
I'm developing an app for both Android and iOS, thanks to Dart & Flutter. It looks fine for me on Android, but not on Apple.
I'm using Firebase App Check to secure the resources of Google.
In ...
0
votes
1
answer
26
views
The animation of the avatar, text and icons is uneven
When scrolling the page, the opacity of the Icon or Text widgets is animated when the SliverAppBar disappears or appears. This happens automatically. If you set the "bottom" widget in the ...
0
votes
0
answers
25
views
Getting errors running flutter clean even though no process is locking these folders
Everytime I run flutter clean I get this error :
C:\Users\salil\OneDrive\Documents\MEGA\Practicals\Flutter\myfirstflutter>flutter clean
Failed to remove C:\Users\salil\OneDrive\Documents\MEGA\...
0
votes
0
answers
38
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 ...
0
votes
1
answer
36
views
scheduled notification with flutter
I’m building a warranty-tracking app, but I’m facing a problem with scheduled notifications. When I schedule a notification and stay in the app, it works and I receive it after the set time. However, ...
Best practices
0
votes
1
replies
37
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
54
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
51
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
55
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
59
views
Thin Font Rendering Flutter [closed]
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 ...
-2
votes
1
answer
42
views
Flutter Golden Screenshot Widget Integration Testing Shadow Mode [closed]
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
51
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
62
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 ...