Is it possible to load all the icons from the Icon class and allow the user to pick one of them to be used? For example i want the user to input a text in a tex
I am trying to load data from my REST API and load them to the dropdown lists. Below is the code where my dropdown list and data loading from outside is impleme
I want to get my sended errors from data.errors. I use "https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql" to get my response. My respons
I want to get my sended errors from data.errors. I use "https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql" to get my response. My respons
I'm using url_launcher to send email with system email in my app. I'm using code below and this guy is doing so well. void launchEmailSubmission() async { f
SOLVED: I WAS GETTING ANOTHER STATE INSTEAD OF WHAT I EXPECTED I have two screens in my app. The first one contains products and each one of them is wrapped wit
I am trying to get the difference in Days between two dates picked from a DatePicker. This works fine except for ONE single date : March 31. The difference in
guys! I am facing this camera version. It happened after I merged my projects. It says there is no camera available but back then it was running fine. Please ha
I would like to access the index of a list and concatenate it to the index of another list. For example, the first user's input is "AB" and the second is "CD",
I tried to set a transparent appbar using. return Scaffold( extendBodyBehindAppBar: true, appBar: AppBar( &nbs
Is it good practice to require named parameters for data models in flutter when you know that the data should always have a specific field like an id or usernam
I am working on a technique to determine if some has elevated rights to show an edit icon. I am using Firebase for auth and firestore for back end. My thoughts
I'm a Flutter developer and for the past two days I have been trying to get my app working for Android. It's quite a big app with a lot of different functionali
I've been working on an app in which I want to add an image in the ExpansionTile function but the catch is that flutter don't allow us to add image in that. For
I'm new to Xcode in a flutter, when I integrated zebrautility plugin in the flutter project, the android module worked fine, and print works. When I try to run
I am trying to custom my container shape to look like this: I tried to do it with customPaint but I don't know very well this widget so I need help. How can I
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