Category "flutter"

what is the best way in flutter to implement payments?

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

Flutter GeoCode plugin giving : Request Throttled. Over Rate limit: up to 2 per sec. error

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

Flutter I don't know how to select 'enum' pages in drop down button

List<String> ilac_items = ["İlaçlar","İnsektisit", "Fungusit", "Herbisit"]; String? selectedIlacItem = "İlaçlar"; Dropdow

Flutter datatable with splited rows

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

How to force to open a google play link in google chrome instead of the Play Store app?

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

Dart snapshot generator failed with exit code -6

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 &#

flutter location permission from integration test not working

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

Make Text widget shrink to longest line when text is wrapped to multiple lines

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

Flutter Carousel, put side items behind the center card

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

label text is displaying at wrong place when typing

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

flutter change size of circle of slider

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

Google Firebase FirebaseMessaging.onMessage.listen calling multple times in flutter

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

Flutter align items adjacent to center aligned item in row

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 streambuilder in real time

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

Is it possible to develop flutter windows desktop with fcm push notification?

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 XMLHttpRequest error in flutter

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 get "Error running 'main.dart': Entrypoint isn't within a Flutter pub root" every time i try to run my app

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

Youtube value doesn't effect to conditional branch, but only if I hot reload the page

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

Implement a way to slide between months in Flutter app

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

Put JSON Data in Flutter Stacked Chart

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