I am developing an app using Flutter 2.10.3 but I assume this issue is not related to Flutter. Since upgrading to Android Studio Bumblebee | 2021.1.1 Patch 2 I
I'm trying to display live video in flutter coming from video server. Video server sends raw h264 video through websocket. I know that this video can be played
Here is a method that is called within my application when a 'save' button is pressed. The method accesses a ChangeNotifier instance using the Provider object a
When updating flutter, bottomsheet hidden under the systemnavigationbar in android, app should be like above image but show below image my code that show bott
Hi i need to send signup body as form-data in flutter with getx. here is my model clas class SignupBody { int? responseStatus; String? message; String? userId;
So, guys, this problem happening every time when i try to add a cloud_firebase in pubspec.yaml. My mac is working on intel processor, so the solution sudo arch
I have a folder named windows in my Flutter app. It's also causing some C++ and other files to show up in source control changes. Is it safe to delete this fold
I have a textfield with a controller. What I want to do is change the input characters as they are being received. But what happens is that it replaces the firs
I am using permission_handler package to get the permission to access the contacts but as irequest the permission to access contacts my app crashes on IOS. Cras
I'm getting the following error when I'm tring to sign in with facebook on android device by my flutter app : [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unha
I keep getting 400 bad request saying that my file is missing yet when i look at the request i can see all the required files. Flutter code: Future<bool>
At App Store Connect, I have published my app, v2.0.0(17). Last 4 days ago, I released V2.0.1(18) to TestFlight and it is still processing. I need to increase t
I am trying to run a parse-server and parse-dashboard via the following docker-compose.yml docker-compose: version: '3.9' services: database: image: mong
I'm relatively new to Flutter and in this app I'm making a multiple tab checklist form built from a JSON fetched from an API in my server. To store this info I'
I am learning flutter and dart at the moment. I came across FlutterFlow and I was wondering, could I use FlutterFlow to build the UI of the app, then turn aroun
I am trying to use bottomNavigationBar with notched effect in flutter, and of course it is fine. But when I try to add padding to BottomAppBar on the left and r
I am trying to send a soap request to http://www.dneonline.com/calculator.asmx in flutter to add 2 number ElevatedButton( onPressed: () async {
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to
I have recently updated my flutter project to the V2 sdk I am having an issue with the null check operator for my routing when I try and click on a route the fo
Wanted to replicate some UI. Can I do this with in built flutter widgets? I have tried using Chip but was not able to. Will CustomPainter be the right thing to