Download Any File Anywhere:

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 34

  • @flutterflowexpert
    @flutterflowexpert  ปีที่แล้ว

    🌟 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! 🚀

  • @AliKibao
    @AliKibao 8 หลายเดือนก่อน +1

    Great tutorial

  • @AutomationWithSholz
    @AutomationWithSholz 8 หลายเดือนก่อน

    Wooow I needed this

  • @MrjuniorOfficiel
    @MrjuniorOfficiel 5 หลายเดือนก่อน

    Thank you. How can i do for download file from Audio path in firebase to my phone folder ?

    • @flutterflowexpert
      @flutterflowexpert  5 หลายเดือนก่อน

      You can download the file using a combination of this video and this video - th-cam.com/video/Qv7rhKJ3PxQ/w-d-xo.html

  • @TheEdonmhenWells
    @TheEdonmhenWells 7 หลายเดือนก่อน

    Is it possible to create something like a youtube download feature in flutterflow where it downloads but not visible in file folders?

    • @flutterflowexpert
      @flutterflowexpert  7 หลายเดือนก่อน

      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.

    • @TheEdonmhenWells
      @TheEdonmhenWells 7 หลายเดือนก่อน

      @@flutterflowexpert thanks man

    • @TheEdonmhenWells
      @TheEdonmhenWells 7 หลายเดือนก่อน

      @@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?

  • @johanhernandez1803
    @johanhernandez1803 7 หลายเดือนก่อน

    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
      @flutterflowexpert  7 หลายเดือนก่อน

      Where are you testing it and are you sure your code does not have any bugs?

    • @johanhernandez1803
      @johanhernandez1803 7 หลายเดือนก่อน

      @@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.

  • @viniciusmontibeller6715
    @viniciusmontibeller6715 7 หลายเดือนก่อน

    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?

    • @flutterflowexpert
      @flutterflowexpert  7 หลายเดือนก่อน

      Yes you are right you will probably need await there.

    • @viniciusmontibeller6715
      @viniciusmontibeller6715 7 หลายเดือนก่อน

      @@flutterflowexpert Entendi, obrigado pelo retorno.

  • @therapidbot7532
    @therapidbot7532 ปีที่แล้ว

    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

    • @flutterflowexpert
      @flutterflowexpert  ปีที่แล้ว

      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

    • @therapidbot7532
      @therapidbot7532 ปีที่แล้ว

      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 😢

    • @flutterflowexpert
      @flutterflowexpert  ปีที่แล้ว

      @@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.

  • @REPORTALA1
    @REPORTALA1 10 หลายเดือนก่อน

    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,

    • @flutterflowexpert
      @flutterflowexpert  10 หลายเดือนก่อน

      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.

    • @REPORTALA1
      @REPORTALA1 10 หลายเดือนก่อน

      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 .

  • @mods23-u1e
    @mods23-u1e 7 หลายเดือนก่อน

    Will i be able to download image from supabase through this code???

  • @yusufabkuki4984
    @yusufabkuki4984 ปีที่แล้ว

    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
      @flutterflowexpert  ปีที่แล้ว

      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.

    • @yusufabkuki4984
      @yusufabkuki4984 ปีที่แล้ว

      @@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.

    • @flutterflowexpert
      @flutterflowexpert  ปีที่แล้ว

      @@yusufabkuki4984 I haven't figure out that part yet to be honest, but when I do I will make a video about it.

    • @yusufabkuki4984
      @yusufabkuki4984 ปีที่แล้ว

      thank you, much appreciated. Hope you Do for now I will only allow web download. :--) @@flutterflowexpert

    • @REPORTALA1
      @REPORTALA1 10 หลายเดือนก่อน

      @@yusufabkuki4984 could you explain me how you solve it. I am not able to donwload the csv file on Android.

  • @REPORTALA1
    @REPORTALA1 10 หลายเดือนก่อน

    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.

    • @flutterflowexpert
      @flutterflowexpert  10 หลายเดือนก่อน

      You can see in my description my calendary link where you can book me and see my hour-rate and my availability.