Flutter Tutorial - How To Download & Open ANY File | PDF, Image, Video, Music | Open File Path

preview_player
Показать описание
How to download and open any file type on your phone in Flutter such as PDF, Image, Video, Music files or open other file paths in Flutter.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

RESOURCES

TIMELINE
0:00 Introduction Download And Open ANY File Types
0:18 Download Files Using Dio / Store Files In App Storage
1:59 Open ANY Files Types: PDF, Image, Video, Music
3:37 Extract Name And Extension Of Download URL
4:26 Pick Files Using File Picker



SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Us :-)

LEARN MORE

PLAYLISTS

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Working on a flutter app that needs just this.... you the best bro

iamtafara
Автор

You - Are - AMAZING . Thank you so much, this was a seriously big help!

DavidLarsenDr
Автор

Johannes also teach us that how to implement background download like other browser does by extending this video.

TheOne-urwr
Автор

Such a light and polite voice you got brother keep it up I need a suggestion from you by using this method i will check for the same app update if there is an update of it will download it and install it will it works? So basically it updates the same app?

Pro-jygp
Автор

THANK YOU SO MUCH SIR ! YOU EARNED A SUBSCRIBER😃

afnanmarker
Автор

Thanks so much again for all your helpful tutorials, , ,

Moncellence
Автор

Thank you very much! Learn a lot from your channel.

fayezalle
Автор

This is a great guide!
But unfortunately I can't open large files.
I am suspecting the Open_file library cannot open files larger than 6Mb
I am happy to receive a response from Johannes Milke

venaries
Автор

Interesting would also be a step in between where it's checked if a network file has already been downloaded and/or is in the cache, in order to avoid unnecessary download actions.

rivella
Автор

i want to cancel a download if a network error occurs using this. Please help me

akashkirant
Автор

Great video! Was very helpful! I wanted to ask do you have any videos on how to display and open downloaded files on the app as a list of items? For example, I want to make an app where you can download recordings and view the recordings you have downloaded on the app. After I download the recording, how can I put it in e.g. a Listview builder, and not just open it with the device's default app?

ziwaang
Автор

thankyou sir, this vid really help me

alifaditya
Автор

Hi Johannes . Thanks so much again for all your helpful tutorials . A Question I have is, how would I show some progress or percentage bar while a file is downloading from this example . THANK YOU !

GarthFransman
Автор

type 'Uint8List' is not a subtype of type 'int' on catch. how to fix?

bravolatavera
Автор

Hi bro 👋🏻 I have a question Can I use flutter_downloader package for downloading videos from youtube or instagram

nightcoder
Автор

Hello Sir, , , , actually I am getting problem in using File class saying abstract class cant be instantiated..wt can be done? for picking images

riyatyagi
Автор

Hi Johannes, thank you so much for your videos and effort. i have a question: what happens when i download the same file many times, is it going to overwrite the old one or it's going to make a new file with different name such as "new folder (2)"

and for better performance for the second time open should i try to check if i have this file already and if yes i open it else i download it again

but i think the file on the cloud may have been changed over time so, i think in this case i should store the date modified coming from the server somewhere and compare it at next time open with date modified of the server again

sorry for taking long, but i am always tring to figure out the best practice or best performance.
thank you for your time

mostafaosama
Автор

merhabalar videonuz için teşekkürler ancak bir hatam var.File class ta hata veriyor ne yapmam gerekli?Yardım ederseniz sevinirim.

ilknurnacak
Автор

open not working with doc, docx, xlsx. Help me

xuankhanhhoang
Автор

plz make a video where you could save any file format in the local android storage and not in a temporary folder. Users want the file to acess later so plz a make a video on "Saving a video or audio or any file format in the local storage of phone" 🙏🙏

helixdynamics