Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
15 views

I want to open a new page on notification click in my Flutter web app. Here is my service worker: console.log("SW: test.js loaded"); self.addEventListener("push", event => { console.log("SW: ...
Misagh Emamverdi's user avatar
-4 votes
1 answer
39 views

Title: Flutter Calculator Layout Issue - Buttons Not Displaying Correctly Description: I'm building a calculator app in Flutter and facing layout problems with the button grid. The calculator ...
Oxsine's user avatar
  • 1
-2 votes
0 answers
37 views

i know that we can not write code or return something inside a method in abstract class (well becuse its abstracted!) what about variables inside of abstract class ? can i for example define a 'x' ...
Human's user avatar
  • 27
0 votes
1 answer
38 views

My Flutter app is crashing on startup with NoSuchMethodError when Firebase tries to initialize. The method checkNotGoogleApiHandlerThread() is not found in the Preconditions class, causing a FATAL ...
Mirchen Maibaze's user avatar
0 votes
0 answers
34 views

I’m using Google Sign-In in my Flutter app. Everything works perfectly on Android, but on iOS the app shows a completely white screen immediately after tapping the “Sign in with Google” button. There ...
Samyu Ram's user avatar
0 votes
0 answers
25 views

I'm implementing subscription functionality for the first time in my Flutter app using the in_app_purchase package. After completing development, I'm unable to test the subscription. What I've done: ...
doobean's user avatar
  • 2,168
1 vote
2 answers
65 views

I've been trying to solve this problem for a couple of days now, but to no avail. I have a simple app with three tabs: Deliveries Page: Has a DropdownMenuFormField (basically just a DropdownMenu with ...
Antonio S.'s user avatar
Best practices
1 vote
3 replies
69 views

This is my first time developing an android app and very little experience with any kind of frontend development. The android app is fairly simple in nature will display some graphs and take a few ...
Salil Surendran's user avatar
0 votes
1 answer
25 views

So im trying to populate custom values into flutter intl phone field IntlPhoneField( readOnly: config.isReadonly, focusNode: focusNode, initialCountryCode: '...
Febin Johnson's user avatar
0 votes
1 answer
31 views

I’m working on a Flutter app that integrates an external authentication system provided by another company. The login and password-reset flows are handled entirely inside a WebView (their backend + ...
Patrick Schwarz's user avatar
0 votes
1 answer
79 views

I’m facing a persistent issue when running my Flutter iOS app on a physical iPhone and iOS simulator (iOS 26.1). I am using the latest Flutter and Dart versions and my project is integrated with ...
Thiru .N's user avatar
Tooling
0 votes
2 replies
76 views

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) ​As a web ...
Jan Matějíček's user avatar
0 votes
1 answer
66 views

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 ...
Yuri's user avatar
  • 3
0 votes
0 answers
41 views

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 ...
Pablo Altés Alonso's user avatar
Best practices
0 votes
1 replies
41 views

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 ...
Nitish Kumar's user avatar
-1 votes
0 answers
54 views

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
Elaxo HD's user avatar
0 votes
0 answers
70 views

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 ...
Ethan Chan's user avatar
-5 votes
0 answers
56 views

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 ...
kabona jenkins's user avatar
1 vote
0 answers
98 views

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 ...
rando's user avatar
  • 11
0 votes
0 answers
54 views

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, ...
Maksim Sinitsyn's user avatar
-3 votes
0 answers
48 views

I want to create four rectangular ElevatedButtons with a fixed size and rounded corners. I defined a shared style like this: final buttonStyle = ElevatedButton.styleFrom( fixedSize: const Size(100, ...
이성빈's user avatar
-3 votes
1 answer
72 views

I'm trying to add Google Sign-In with Firebase to my Flutter app, but I'm getting two different errors, and I'm confused about the correct implementation. import 'package:firebase_auth/firebase_auth....
Logic Leap's user avatar
0 votes
0 answers
17 views

I am building an iOS app on Flutter that is using .so file if that's relevant and whenever I try to distribute the app, I get this error from App Store Connect: ITMS-90426: Invalid Swift Support - ...
sywise 98's user avatar
1 vote
0 answers
31 views

How to handle notification payload. My app is that when killing the app, you always have to log in again. When receiving notification -> click on notification -> route to logIn screen -> ...
LamVu's user avatar
  • 1
0 votes
1 answer
35 views

I have a column and i am wrraping it with blocprovider....i dont want to wrap material app with this..bcz only this widget is using this provider....dont want to wrap at main point... class ...
Irfan Ganatra's user avatar

1
2 3 4 5
4022