I'm trying to get an api, I can print the api response in the console. However, when I'm receive the respond to my model class, console shows and error like thi
Hello right now I am making Quran App.. I am fetching data from json file.I would like to ask how do I create a new line if it overflows like in the picture? I
There is SelectableText widget that allows you to make text selectable. But it misses the overflow parameter, which is required... Is there any workaround, whic
I try to send an email whenever a user clicks on an individual's email address. However, I ran into an error. I am testing through the Android emulator. Doesn't
I am trying to run a flutter app I am writing on my device but when I try to run, I never get past the "assembleDebug" stage and get this message in the termina
I would like to use Navigator.pushNamed(context, '/route-name'); instead of creating an object instance. I'm trying to get back to a single instance of the call
I am able to upload images via API to WordPress but not audio files, it gives HTTP 500 error when I try to pass the Audio file to the method. But when I pass th
Is there any way to unpack a list in dart? I want to do something similar to this python snippet: return proc(*args)
Currently I am trying to set up my Android Studio environment for Flutter and I am unable to update sdkmanager or else I would obtain the following errors : Th
I finished my flutter app, and i want to test it in ios device, so i used a mac laptop and i did all the installations but when i did the command "flutter run"
I'm having trouble setting up a daily task to complete certain functions. I've managed to get android_alarm_manager to work, I currently, have it set to print a
In my browser it returns the correct json http://localhost:8008/api/instsets/?genre=rock Howeber in dart code final response = await http.get(Uri.http('localho
Im trying to implement a DropdownButton that can separate specific items from each other with a title (see desired output on image below, the titles are in gree
getting this issue when we click on back camera while using the app .. any one could you please find and send the solution to this issue in flutter Exception ha
it stops before last element in list. Is there a way to go till the end container of the last element controller ..animateTo(
I am working in a Flutter project and I have an issue. I have a list of people and I wanna show their pictures one by one as in the image below. I saw an answer
I'm getting this error in Crashlytics (Firebase). The app is built in Flutter and I'm not sure about this error that I don't get locally: Fatal Exception: java.
I'm trying to dockerize my flutter web project. And an image was created and the site run perfectly just the pictures of my website are not found and not displa
I've been trying to work on my ecommerce homepage, as you can see from the screenshot I'm trying to fix the categories icon position in my Homescreen though it
I'm going to use ObjectBox in my Flutter project. But I noticed that the get method is synchronous. So should I use ObjectBox in a separate isolate to avoid blo