🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find! 👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well. 💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description. Thank you for watching and being a part of the community! 🚀
well technically you cant restrict users to view the app folder if you want to do that. So I don't think this is possible. You can create a new file extension so you will be the only one who will have the option to open the file using code is one solution.
@@flutterflowexpert Sorry to bother you. Buh I've got a follow up question. Is there any way to encrypt video files so the files can't be shared outside your flutter made app?
This doesn't work. I have test it so many times and still no downloads, what's even more, the app crashes a few seconds later after pressing the button.
@@flutterflowexpert I am testing on two android devices. I am using the exact same code. On the testing environment of flutterflow it does work, but not on real phone.
Bom tutorial! Não sou muito familiarizado com Dart, mas observei que em file.writeAsBytes(bytes); no download() não há o uso de await. Se eu tentar usar o download e depois OpenFile ou Share, em alguns casos poderei obter um arquivo sem dados?
I've bought the membership, but I have a problem, I only want to pass a string that contains the URL of what I want to download. Am not good in coding, I've edit and edit I don't still get it. I don't want to download csv, I just want it to download my url that I pass as string. Please help
Am not downloading to firebase, am downloading to android device, I just want to pass a simple string that contains URL, and download the file. The code is complicated for me, I've messed it up so Manny times, I just w ant the download action using string. Please help 😢
@@therapidbot7532 You have to combine the two videos. First part you will take from the video I send you as you need to convert the link into bytes and the second part you will use this video to download the file when it is in bytes into your device.
Hello, could you help me please. I can download on web, But I can not on Android yet. I can see the message at the end with filePath but nothing happen. Thanks in advance,
Thanks for being a paid member first! In order to debug this you need to run your app using vs studio or if you are on mac you can use the new FF local run in order to see what errors you get from the console.
Could I reserved one hour of support to solve this issue? For tonight or tomorrow. Please let me know if it is possible, and you hour-fee in USD. My local time is UTC-5 .
hi, great video, i tried the steps and web download is working fine, I am yet to get it working on iOS and android I need help figuring out what i did wrong.
@@flutterflowexpert hello, I am able to get it to work and download, on web and android. Any chance I can change the file location where it is downloaded to in android and iOS.
Hello Dimitar. Could I reserved one hour of support to solve this issue? For tonight or tomorrow. Please let me know if it is possible, and you hour-fee in USD.
🌟 Welcome to my video! 🌟 To ensure you have the best experience and access to all the resources mentioned, we've placed all active links in the video description below. This helps me keep everything up-to-date and easy for you to find!
👾 Join my Discord community! It's a great place to connect, share, and get the latest updates. The link is in the description as well.
💖 If you enjoy our content, consider supporting the channel. Every bit of support helps me create more of what you love. Details on how you can support are also in the description.
Thank you for watching and being a part of the community! 🚀
Great tutorial
Wooow I needed this
Thank you. How can i do for download file from Audio path in firebase to my phone folder ?
You can download the file using a combination of this video and this video - th-cam.com/video/Qv7rhKJ3PxQ/w-d-xo.html
Is it possible to create something like a youtube download feature in flutterflow where it downloads but not visible in file folders?
well technically you cant restrict users to view the app folder if you want to do that. So I don't think this is possible. You can create a new file extension so you will be the only one who will have the option to open the file using code is one solution.
@@flutterflowexpert thanks man
@@flutterflowexpert Sorry to bother you. Buh I've got a follow up question.
Is there any way to encrypt video files so the files can't be shared outside your flutter made app?
This doesn't work. I have test it so many times and still no downloads, what's even more, the app crashes a few seconds later after pressing the button.
Where are you testing it and are you sure your code does not have any bugs?
@@flutterflowexpert I am testing on two android devices. I am using the exact same code. On the testing environment of flutterflow it does work, but not on real phone.
Bom tutorial!
Não sou muito familiarizado com Dart, mas observei que em file.writeAsBytes(bytes); no download() não há o uso de await. Se eu tentar usar o download e depois OpenFile ou Share, em alguns casos poderei obter um arquivo sem dados?
Yes you are right you will probably need await there.
@@flutterflowexpert Entendi, obrigado pelo retorno.
I've bought the membership, but I have a problem, I only want to pass a string that contains the URL of what I want to download. Am not good in coding, I've edit and edit I don't still get it. I don't want to download csv, I just want it to download my url that I pass as string. Please help
Thank you for being a paid member. Have you watched this video? I think it will help you
th-cam.com/video/Qv7rhKJ3PxQ/w-d-xo.html
Am not downloading to firebase, am downloading to android device, I just want to pass a simple string that contains URL, and download the file. The code is complicated for me, I've messed it up so Manny times, I just w ant the download action using string. Please help 😢
@@therapidbot7532 You have to combine the two videos. First part you will take from the video I send you as you need to convert the link into bytes and the second part you will use this video to download the file when it is in bytes into your device.
Hello, could you help me please. I can download on web, But I can not on Android yet.
I can see the message at the end with filePath but nothing happen.
Thanks in advance,
Thanks for being a paid member first! In order to debug this you need to run your app using vs studio or if you are on mac you can use the new FF local run in order to see what errors you get from the console.
Could I reserved one hour of support to solve this issue? For tonight or tomorrow. Please let me know if it is possible, and you hour-fee in USD.
My local time is UTC-5 .
Will i be able to download image from supabase through this code???
Yes it will work
hi, great video, i tried the steps and web download is working fine, I am yet to get it working on iOS and android I need help figuring out what i did wrong.
It should work for Android and iOS as I have test the code and it is working for me. If you have any issues you can write in my Discord server.
@@flutterflowexpert hello, I am able to get it to work and download, on web and android. Any chance I can change the file location where it is downloaded to in android and iOS.
@@yusufabkuki4984 I haven't figure out that part yet to be honest, but when I do I will make a video about it.
thank you, much appreciated. Hope you Do for now I will only allow web download. :--) @@flutterflowexpert
@@yusufabkuki4984 could you explain me how you solve it. I am not able to donwload the csv file on Android.
Hello Dimitar. Could I reserved one hour of support to solve this issue? For tonight or tomorrow.
Please let me know if it is possible, and you hour-fee in USD.
You can see in my description my calendary link where you can book me and see my hour-rate and my availability.