I'm on Ubuntu 20.04 LTE My Android SDK Location (shown in Android studio) is /home/myuser/Android/Sdk The error goes as follows: ✗] Android toolchain - d
This is my AutoRoute setup: @MaterialAutoRouter( replaceInRouteName: "Page,Route", routes: [ AutoRoute(path: "/login", initial: true, page: Login),
I have an issue with this simple bar charts_flutter code. Although I have no errors in my code, only the x-axis gets displayed onto the screen. I suspect it's b
I am writing a web scrapping widget in my flutter app to extract the meanings of a Sanskrit word. I wish to know how to access the text yellow highlighted in th
I want to continuously send location data to REST API (PATCH METHODS) even when my app is minimized/closed. I put my function on InitState, but when I minimized
I want to use FloatingActionButton() to scroll through a widget below it in for example a Stack widget. Right now i just use Stack widget to stack the FloatingA
So, I want to do a simple thing but for some reasons it is not working. I get a base64 string from the server which I need to convert to an image. When I put th
I am working on an app and I'd like to display the events that are stored in MongoDB using my GraphQL end points. This is how I do it: List appointments = Que
I am new to Flutter and Firebase. How can I add multiple markers in Google Maps in my Flutter Application from retrieving geopoints data in Firebase Firestore?
We are currently building an app that requires only google sign in and communicate with the Firebase depending on those data that we get with sign in. The probl
I am trying to parse complex Nested JSON, I have multiple classes to get down the JSON nests. I am looking for the numbers from this JSON { "data": { "att
When I apply "Format code" my lines of code automatically down line (many lines) even though my screen has enough space to display it on 1 line. I see it depen
Trying to get current user info after creating a new user but getting this error " The function can't be unconditionally invoked because it can be 'null' " whi
I'm trying to take multiple photos using the camera plugin, am doing that inside a loop and I keep getting the error below: CameraException (CameraException(Pre
There're two buttons from my WelcomeScreen, when this page is loaded, two buttons will be pressed automatically. two buttons were used by the external widget"Ro
I have a WebView where I parse the Site-content after the user presses a Button. If loading the site for the first time (initUrl), I get all the correct data. H
I have this dart script that I compiled to javascript. How do I go about calling this javascript from dart? I'm trying to eventually call this from a web worker
In my application, I want to add a face unlock feature to unlock my application. but as I used local_auth package it takes both figure and face. Like, If the us
I have a background service listening socketio and showing me notification. I wanna cache to local that i take from socketio but packages dont support caching w
I have a JSON data from the server from which I want to add specific JSON data to another class but maintaining its instance in the parent class Json data from