I am integrating flutter module in the iOS app and while installing the pod, I am getting this error. Below is the code in podfile. <pre><code># Uncomment...
I'm trying to convert a network image into a file and the first part of that is to convert it into a Uint8List. Here is how I'm doing this with 1 of my asset images.....
I've searched a lot but unfortunately I didn't find a solution. For my flutter project I added the Firebase plug in in the pubspec.yaml file and since then I wasn't ab...
I have been able to open my files using the <a href="https://pub.dev/packages/file_picker" rel="nofollow noreferrer">file picker package</a> but I am to save the resul...
I am making a music player with flutter so, I wanna to ask how to access all the files of a particular extension ( mp3, wav ) with it's details in Flutter or if not in...
For me, there are two ways to generate a pod file after deleting it the first one is by running flutter pub get and then a pod file will be generated in the following...
I try to use a 665 MB size Database file (SQLite file) for my flutter app. (the file is needed since it provides offline-data for a public transportation App. And ther...
I am trying to download an attachment for a mailing system. To do that I am using <a href="https://pub.dartlang.org/packages/flutter_downloader" rel="nofollow norefer...
How do you read text from a file and write text to a file? I've been learning about how to read and write text to and from a file. I found another question abo...
Is there a way to preview/open with the default app, a file from memory without creating a temporary file in the disc, on a Flutter Windows Desktop app? (One ex...
I'm trying to create a text file in a folder where the user can see for the file explorer apps of the mobile device, preferably in Documents folder. Here is wha...
Flutter image upload from camera unable to send data to server in android mobile, Using Flutter image_picker to upload image using camera or gallery option I ca...
New to dart/flutter. I've been following some tutorials on how to properly set up a user profile and be able to make it available in memory instead of having to fetch...
Is there way in flutter to save the files locally on a iPhone so that those files will available in Files App?
When I unzip flutter in program files, flutter doctor command hangs when tried to execute from the command line even after adding its path. The problem gets fixed when...