Category "flutter"

XMLHttpRequest error in flutter web [Enabling CORS AWS API gateway]

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

Build error while building Flutter in iOS

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

How to add a project from android studio to Gitlab in an existing project?

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

Flutter setState not updating a particular widget

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

How to add a project from android studio to Gitlab in an existing project?

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

FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 403. (appCheck/fetch-status-error)

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

Flutter - How do i access the Drawer from a nested Scaffold

This parent Bottom Navigation bar import 'package:flutter/material.dart'; class BottomNavigation extends StatefulWidget { BottomNavigation({ Key? key,

Error when downloading file from Flutter Amplify Storage

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

How to animate images on mouse hover using Flutter for Web?

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,

The search bar does not return any results

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.

How to load the json1 extension with Flutter Sqflite plugin?

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

Parse string to widget in Flutter

I want to parse the following string to its equivalent Flutter widgets: String fetchedFromServer = ''' Container( child: Text("Hello") ) '''; I want to r

Auto detect firebase Phone Auth sms code in Flutter

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

Material Design drawer not showing in Flutter Web

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';

Interaction Between Flutter and FastAPI

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

Place Picker Null Result

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

Web view page is empty if clicks the back arrow in flutter?

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

Unable to upgrade Flutter: no origin repository configured

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

How to get a floating box when i click on a button in flutter

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

UrlLauncher( 9700): component name for mailto is null

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