I would like to test my application / package running on an older version of Flutter, e.g. specifically Flutter v2.2.3. There are 2 commands, flutter upgrade and flutter downgrade which might seem ...
17 If you want to download and save file from URL without external libraries, you can use this code. It works for me, but I do not check it on big files. Good luck.
2 How to get the visible Android Downloads path for saving files using Flutter? Is this possibly because I am running the app in debug mode from android-studio device manager to a physically connected tablet as opposed to an installed app? My Flutter app downloads files of any type from an API and I want to save them in the Downloads folder.
17 In my flutter application I can create a pdf file, then I want to save it in Download folder. I'm trying to achieve this goal with path_provider package, but I can't. This is the sample code from flutter's cookbook, If I use it I don't get any error, but I don't find the file either.
I couldn't install flutter app on my android phone. How can I do it? I can run by usb debugging However I want to install it on my phone. Can someone help me please?
I am making flutter web app that should generate a file from user data. And have the option to download the output file. But I can not find any options/packages which works for flutter web :( Can
I updated my flutter version by flutter upgrade --force command and now my project doesn't compile is there is a way to downgrade to old version (i dont know my old version number) please help me b...
In a Flutter project, how to get the (absolute) path to the Download folder in my Android device? My Download folder is next those one: Alarms, Android, data, DCIM, Documents, Movies, Music,
I'm trying to load image from server using networkimage() and I want to download the same once it is loaded.. can anyone suggest me some ideas. CircleAvatar( backgroundImage: NetworkImage(ur...