Is it possible send data from a website to flutter website and take data with GET or POST like PHP? In PHP we can take data with GET or POST. Let's say we are s
I am facing many issues since I migrated my project to an Apple Silicon mac. I finally managed to reduce the problems but not sure the answer to this. Running "
I've managed to display API data to flutter, but strangely it only appears in the debug console, but when hot reloaded, the data appears on the android screen.
I'm working on a big app tightly with the designer. I was a part of the style guide and the component design process,the designer handed off his work and now it
I am using an animatedContainer to reveal a listView.builder() when a button is pressed. It's a simple sublist to show, but the problem is the height of the Lis
I'm trying to use App Check from Firebase with Flutter (on Android only for now), but the documentation is just terrible and I don't understand the errors I get
I'm confused about what the documentation says here:
my problem is this: I want to connect my app to Firebase. I followed all the steps and did everything according to the instructions. When I tried to debug the a
I'm working with webview_flutter in order to Auth my users through Cognito's auth endpoint. This is my WebView: return WebView( initialUrl: url,
I get "DioError 404" error while running Flutter project on iOS but I don't get any error on android. The project is running, but when I click on the widget con
hi i have developed an app in flutter and used pay: ^1.0.0 package for user to pay match fee if they want to enroll in it. it works fine in simulator iPhone 13
If I want to translate any Widget in my flutter app, I will use below code. Transform.translate() Translate function required Offset (dx,dy). But I want to f
My Flutter application is freezing on the splash screen and I'm getting the following error log: Built build\app\outputs\apk\debug\app-debug.apk. I/Choreograph
I have an app that gets some data from firebase and than calls a class to display a widget based on the data from firebase. I tried adding a swipe up refresh bu
In my flutter project when I start the project in the simulator everything works fine and the future builder only fires once, but when I do hot reload the Futur
Hey Stack overflow community please go easy on me if this question is not a good one :) Is there any advantage to initialising a widget such as SizedBox with a
Please how can I achieve this transluscent effect on the status bar in flutter? I wish to use this on android devices <= ANDROID_19 and also on Lollipop.
My dashboard code looks like this, Here I am doing get req in getReport method, I have added the RefreshIndicator in the code which when pulled down inside cont
I/Adreno (21484): ERROR: The GPU does not support this version of OpenGL ES, try an older version D/skia (21484): Shader compilation error D/skia
When I try to decode a json String: [{"device-mac":"C9BF2EB47C17","on":true}] with the following function the error: I/flutter ( 8954): type 'List' is not a su