I'm trying to use a Timer.periodic function in flutter and it seems that when I call it, it waits for the specified duration that I put in for the time between
I have a very strange issue for my current project using Flutter and getx package. Short: the Notifier is not working. On initState from a GetBuilder I try to u
I want to display custom window with text before an user allows location sharing, when user denies to share location, I want to log him out. However I am having
Flutter beginner here; I'm getting this error: type 'Future<dynamic>' is not a subtype of type 'String' Function that fetch download url from firebase st
I am using new flutter version 2.2.3 and firebase_messaging 10.0.5 plugin.. I have implemented the FCM services. I have got the FCM in background but when FCM i
We are building a product listing page in flutter and trying to load products as the user scrolls and reaches the end of the page. It's basically a grid view bu
EDIT : solved at this time, just using the latest version i have test with latest version of firebase. and i got this CocoaPods could not find compatible vers
I want to upload my flutter app to ios. Everything is working fine, but I am facing the issue at the uploading time Missing required icon file. The bundle does
How do we switch the camera preview aspect ratio in Flutter? I would like to switch be able to switch from 1:1, 4:3, and 16:9 aspect ratio I am using this Camer
I have started learning Flutter recently and wanted to know how to write code that displays multiple text field of same sized box, text style, decoration. I hav
i want this type slider in flutter any one please help me i want to make this type slider with the same value get by the slider value i am facing the problem to
I was working to make a crypto app but I have some issues displaying crypto pairs in UI. I've tried different ways but it's not working. Please can you suggest
I have a button where on click I call the following function which creates a bottomsheet below.What happens is that it builds a list of cards based on a list ar
I am trying to navigate the section on the same page when the button is clicked but I can not do it using PageView and Scroll, Does anyone know how to do it? T
I have a button where on click I call the following function which creates a bottomsheet below.What happens is that it builds a list of cards based on a list ar
I have created android build of my Flutter application. Then I created an internal testing release. It is showing a warning This App Bundle contains native cod
I am trying to navigate the section on the same page when the button is clicked but I can not do it using PageView and Scroll, Does anyone know how to do it? T
i am making a multilingual shopping app and i have arabic and anthor language ++ english as the languages the user can pick, when someone wants to order they ha
I am trying to analyze and optimize the number of Reads and Writes in my cloud Firestore Database. How Does Firestore calculate Reads and Writ
I created a service folder and made a file in it called request. dart, here I intend to place all requests I make into a class called AuthService, with the logi