Note: It turns out that this had nothing to do with flutter and everything to do with the fact that I had set the API gateway to a Lambda Proxy I am trying to h
When I run flutter build iOSI get the following error: Steps I've tried: flutter clean flutter pub get Deleted Podfile.lock Note: Android builds successfully
I did a project on my personal desktop on android studio. Now I want to add that project to Gitlab in a branch that is already created in a repository. How can
I am using multi_select_flutter to show multi chips in my flutter project. However, am trying to add more items to the chip with data loaded from my api while t
I did a project on my personal desktop on android studio. Now I want to add that project to Gitlab in a branch that is already created in a repository. How can
I try to use Firebase Appcheck and Emulator together during development process. I thought that Appcheck can work when deployment completed but it doesn't work
This parent Bottom Navigation bar import 'package:flutter/material.dart'; class BottomNavigation extends StatefulWidget { BottomNavigation({ Key? key,
I get the error below when downloading an audio file from Amplify Storage on an iOS device, both Simulator and a device. It all works perfectly fine when doing
I am a JavaScript developer and I am new to Flutter. I just want to animate a set of images on mouse hover like this using Flutter for Web. It includes Scaling,
I am trying to add a search function in my flutter app, the search bar is showing and there's not errors but its not working and it doesn't return any results.
I've searched up and down trying to figure out how to load the SQLite json1 extension in Flutter with the Sqflite plugin version 2.0.0+3, but unsuccessful so fa
I want to parse the following string to its equivalent Flutter widgets: String fetchedFromServer = ''' Container( child: Text("Hello") ) '''; I want to r
Please read properly and then comment, hope this help full for software community. I unable to auto detect firebase phone auth sms, when i test in android it's
I am trying to figure out why the drawer widget is not rendered in my Flutter Web page. import 'package:responsive_builder/responsive_builder.dart';
Ubuntu 20.04LTS, with Python 3.8 for FastAPI, and Flutter 2.8.1, with Android SDK version 32.0.0. I am trying to send a Map from Flutter to FastAPI. I have figu
I am using Flutter Place Picker to select a location but the results are null. I have used the example provided but I am getting NULL result with "Unnamed Loca
I have a WebView page with multiple links. By clicking the links it will open another WebView page with a close button. If I click the close button, the current
I tried to update flutter from this command using cmd: flutter upgrade And I got: Unable to upgrade Flutter: no origin repository configured. Run 'git remot
I want to make this type of UI - Like this dialog opens when we click on "Other Details" and appears just below it. Is there any package for this? Else I will
So I know that for android version >= 30 you need to add queries in the manifest, but this didnt do the trick for me. Im using Android Version 29. I neverthe