I'm building an app there is one problem. The font is causing overflow when I set my phone font to a bigger size. I tried using this : class SizeConfig {
The issue is seen on the Toast.dart and Armodel.dart. if possible please suggest me how do i implement OCR as i followed up the codes from Pubdev but still when
I am a beginner developer developing with Dart. There was a problem while working with websockets. According to the API help, it's obviously JSON. but data is l
I have an Amplify project where I've generated some GraphQL schema models. I previously deployed invalid syntax but the push otherwise completed successfully. H
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