I have to implement an app and a web app with payments. I wanted to use Firebase functions, what do you think is the best way to do it? APay, GPay, PayPal, Stri
I am using flutter GeoCode plugin to fetch address from latitude and longitude. I inserted a latitude and longitude. It returned address at first(around 2 to 3
List<String> ilac_items = ["İlaçlar","İnsektisit", "Fungusit", "Herbisit"]; String? selectedIlacItem = "İlaçlar"; Dropdow
Hi every one Flutter Guru, I am trying to create a data table in which I will put the daily collected eggs of the farm. I collect the eggs sometimes 3 times a d
In my flutter application, I need to force open a google play store link through google chrome and not through the play store app. How can I do it? It is possib
I am trying to make a Android build from Android studio for flutter app but getting below error. How can I resolve the issue? Current flutter version: 2.10.2
I am trying to write integration_test for my location app. I need to allow location permission from my integration_test. I have set ANDROID_SDK_ROOT in my windo
Is it possible to shrink a Text widget to the width of the longest line when the text is wrapped because it becomes too long to fit on a single line? Basically
I want to know how to put the carousel items behind the center item, then when it slides there will be no spaces between items but it will stay behind I have th
As the image is shown below, the first image displays my text field before I click on it. the second image displays how it displays when after start typing and
I use a slider and I want to change the size of the circle of the slider, can anyone help me, please? Slider( activeColor: MyColors.darkGrey
I am using Google FCM to get notification from back end there are some situation where i am getting called FirebaseMessaging.onMessage.listen multiple times b
How is it possible to align a widget center of the row and align other items adjacent to centered widget without breaking centered item position? Example; in th
flutter application streambuilder in real time this is group chat app I need to get bool chat vale from firebase firestore if true or false in real time without
I was thinking to developing a windows desktop application with dart and flutter but i don't know how can i integrate Firebase cloud messaging with it. Any sugg
Flutter unable to connect API when I try to run web app I'm using auth api it's working fine with android and iOS but I'm unable work on flutter-web. here are
i'm working on app using flutter and android studio this is the error I get every time i try to run my app i tired running other projects and they ran completel
I wanted to try change text color depends on youtubeController.value.position,but only if I hot reload the page. Why? Can you guide me please? Also, youtubeCont
I'm developing a Flutter application in which i want to visualize healthy data. I'm trying to find a way to visualize data of each month separately, so I'm tryi
I have try to put my JSON data in flutter Stacked Chart. I already work on simple charts using JSON Data like bar, column, pie, Doughnut charts etc. I have refe