I have this box decoration used for showing the reviews but I don't know what I should use to align the text properly. This is how it looks right now: I want t
I could not find solution to this either on google or here on StackOverflow. There is only and only 1 question answered related to this issue [https://stackover
I have a Flutter app and I am using Hive to store data. I have deleted some adapters which were used previously. This caused an error and I have to delete the o
I can build link to an app in PlayStore with utm params. I need to know: How many installations happen for this link. How many events happen inside an app for t
I have a list in my app. It containe a couple of items. I want to replace every item that is equal to a user-input(A String) , with another user-input(Another S
I'm using Xcode 13.3.1. I'm trying to build a flutter application in Android Studio. It failed with the following error. To make it dead simple I tried just run
I've been trying to achieve phone auth using Firebase authentication. It's working with an android emulator. I used a test number and a real number in the emula
Im using this code. The error message is the following: error: The getter 'onComplete' isn't defined for the type 'UploadTask'. (undefined_getter at [chatneu] l
I want to set a token in the authorization header on my post request using Dio. I have tried to set the header using two options. And both don't work. The first
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pod
Lets say I am starting a new dart project. I have a few packages on pub.dev I know that I want to use, and I want to use the most recent version of these packag
I am trying to disable screen record and screenshot in my flutter app and I already did using flutter_windowmanager package. my problem is with screen recording
I am building a music Flutter app with using just_audio plugin I have a list of acc audio files from server, but I noticed that onSeek method does not work corr
I am making a simple chat with Firebase and Flutter. I am using FirebaseAnimatedList but I have a problem. By default, the list is ordered from oldest message o
There's is some way to do a money format in a TextField to when the user going typing the value it going already formatting in real time? Like in the above i
I am facing this issue related to IPHONEOS_DEPLOYMENT_TARGET while build the flutter application for the ios platform repeatedly, I am not able to understand h
I am using a various plugin to get user data, contact, photos and camera when the user clicks Don't allow, The application goes silent. I want to show the user
I am working on a cross platform app using mapbox gl with flutter. It has been built for Android and works as expected there, and I am trying to get it working
When I try to run images assets doesn't get properly loaded, I am getting an exception: The following assertion was thrown resolving an image codec: Unable
I'm implementing an authentication flow in my Flutter app. After a sign in attempt, the CheckAuth (which checks whether a user is signed in or not and then ope