I am currently following a Flutter tutorial and the instruction states that I retrieve data from Firestore and convert to a map, the tutorial uses the code belo
I want to search value in list: String search = 'blue Table15'; List list = [ {"Label": "blue Table 15", "V
I am trying to build an apk from my flutter application. I am using the algolia native api and modified my FlutterActivity according to this official documentat
I am trying to build an apk from my flutter application. I am using the algolia native api and modified my FlutterActivity according to this official documentat
I would like to rename the file that i already pick from my gallery by image picker, i already try the below method using renameAsync String dir = path.dirname(
my code formatting prettier didn't works well for react native, i don't understand where to config it but it works well with flutter from this code import
I get the following error when I hit scaffold's back button: The following assertion was thrown while finalizing the widget tree: Looking up a deactivated widge
so i do get this error : Unhandled Exception: Unhandled error LateInitializationError: Field 'currentUser' has not been initialized. occurred in Instance of 'Ho
After upgrading my flutter from 2.10.5 to 3.0.0, I have those errors on my android studio and the project don't build anymore on windows 10. How can I solve thi
After a recent update for Flutter I found that in Android Studio the package links in stack traces are no longer clickable. This is not the case with Visual Stu
I have a collection and Subcollection, I want to get the data of subcollection along with main collection data. I am using collectionGroup query, but don't know
i want to get data from a list its working with the first 6 attributes but i wanted to add the "description", "assetsideid", "assetnum", "location" and "descri
I am making a chat application in flutter using firebase. I want to show a header with the date whenever the date changes. How can I group messages in flutter c
I'm confused about what Flutter framework actually does, I know that it uses Dart and have heard that both of them can be used to create cross-platform apps. Bu
I am using provider for state management, and I've given onTap a value in a function in the ChangeNotifier child class but my app is unresponsive, I mean, when
I am trying to implement Flutter web url navigation in my application. When I am trying to open http://localhost:7357/privacy-policy directly it is opening fine
I want to create markers at each GPS point with a color on a scale from white to red that corresponds to how slow or fast the GPS data indicates the speed is at
In my Go API I'm trying to use json decode to parse the following json. {"contract_id":0,"date_established":"2022-04-03T00:00:00.000","expiry_date":null,"extens
I want to send three images to my server. I have tried following. There are no errors, no exception but I can't send pictures to the server. Can you help me whe
Im getting data in my Flutter Web App from my Firebase Collection but my stream builder connection state stuck in the active state and not proceeding to the don