I am trying to open my downloaded PDF file within my app then it shows fine, but when I open it from any other app like PDF reader its shows file format is not
I'm new on Flutter, I'm still studying. I want to send email using my SMTP provider but I'm not able to. Can you help me?? Here my function: import 'package:mai
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 have a Flutter application and when I try to run my code, it throw a warning that says the id does not exist. How can I get out of this warning? ======== Exce
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