What if & how can it be possible, if we want user to play the downloaded video inside the app only. Just like in Udemy. Means user can watch video in offline mode but only while using the particular app only. Please answer this question, I'd really appreciate that.
what can i do if i want to build my own packge like this, when i use Dio or Http it is not good because it download the file in one time i can not pause or like that ?
That's a good video. But I think you need to convert the downloaded value from the thread isolate to percentage like value progress/100 and pass it to progress bar's value.
Hello, need to download an excel file that is created in the app itself, can that be done using FlutterDownloader plugin, if yes what should be the URL!?
Getting this error Failed to find configured root that contains . java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference
Thanks. Really good tutorial and something I was desperately looking for. What if the user is downloading multiple files, how would the send & receiver ports connect ? is there a way to run a loop on all of the isolates / background download tasks ?
can you help me , please * What went wrong: Execution failed for task ':app:generateDebugBuildConfig'. > org.xml.sax.SAXParseException; systemId: file:/home/****Documents/flutter/apppcs/apppcs/android/app/src/main/AndroidManifest.xml; lineNumber: 31; columnNumber: 35; The prefix "tools" for attribute "tools:node" associated with an element type "provider" is not bound.
I came across a problem and I need your help I can download any link I want but when I play the video it says video can not be played but your video plays idk why. how did you uploaded because I even tried uploading on firebase storage and using that link to download I can even download but I can not play it except for your link did you used any firebase storage settings or how did you generate that link
greetings... thank you for the tutorial, what if I had a stream builder that returns files from firebase? i wraped it with a button and i need to download the selected file to the mobile. thanks again
Sir i came across with an error telling that "the property "path" cant be unconditionally accessed because the receiver can be "null" i did intialization then also it didnt work..Can you please help me solve this..
I need to download the output screen content and user inputs in a file. How can I achieve that ? Thanks for such a great and easily understandable video.
Awesome bro! you gotta new subscriber! . Bro one doubt , my .dart_tool and .idea folders had became red as shown (3:59)in this video. How to rectify it ? . Please let me know if you have the solution. Thanks in advance! . Keep rocking!
Bro i cloned ur project from GitHub and runned in vs code And it is showing error in Android x incompabilities Can u rectify this? Even though I updated to android x it is shoring erro Please help bro 🥺
hi Bro i have followed same thing which you explained in the video But when i call the method of FlutterDownloader.enqueue function then it is only adding the task into the queue but not start the download process So guide me if i am missing something over there
Great video brother but how can we save video in some other directory. I tried creating my own directory and then save file in it but it is not working.
Hello , i love your video's I'm facing a issues regarding Google SignIn in a project can you please help me its say's- platform error ( signin failed with error code 10 null! ) I have go through all the new stackoverflow solutions for this and insure 1: Google signIn is enabled , 2: Support Email is provided , 3: SH key is provided ( even i have regenerate it twice also create a new project twice ). 4: flutter Google signIn says to enable "Google people API to access Google account data" and also enable - auth consent screen Even after following all of these solutions , I'm unable to resolve it :( so i jumped into here)
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:generateDebugBuildConfig'. > org.xml.sax.SAXParseException; systemId: file:/C:/Users/ELCOT/download_and_share/android/app/src/main/AndroidManifest.xml; lineNumber: 29; columnNumber: 35; The prefix "tools" for attribute "tools:node" associated with an element type "provider" is not bound.
Bro i have a situation. i was making a wallpaper app using firebase storage. There are many videos on how to set wallpaper but i did not get any video on download the wallpaper to local storage. can you help on this please? 🙏🏻🙏🏻🙏🏻 btw awesome video..
@@rimaabbes6023 EDIT: I switched to Dio in the end for iOS. Flutter_downloader seem to work fine on Android though. Hi, I did the following: _directory = await getApplicationSupportDirectory(); (didn't work with getApplicationDocumentsDirectory()); that's on iOS 15.6 EDIT: with my little iPhone 5s it would only work with _directory = await getApplicationDocumentsDirectory(); that's running on iOS 12.5.5 info.plist: LSSupportsOpeningDocumentsInPlace UIFileSharingEnabled NSAppTransportSecurity NSAllowsArbitraryLoads NSExceptionAllowsInsecureHTTPLoads I found the answers on StackOverflow.
Your code works fine when I tried on main.dart. But I am looking for implementing in another class. Error occurs. "could not find callback" is returned and quits the app. Any idea why? @override void initState() { initializeDownload(); super.initState(); } void initializeDownload() async { WidgetsFlutterBinding.ensureInitialized(); await FlutterDownloaded.initialize( debug: false ) }
Today I learn lot of important concepts
Thank you for sharing your knowledge 😊😊
It's my pleasure
Please subscribe the channel. You have not yet :(
@@EasyApproach I already subscribed bro
Thanks it's the issue of youtube may be!
Great one!!! Just learned some new features with deep explanation...
Glad it was helpful!
What if & how can it be possible, if we want user to play the downloaded video inside the app only. Just like in Udemy. Means user can watch video in offline mode but only while using the particular app only. Please answer this question, I'd really appreciate that.
Thank you, the video is very concise and easy to follow
Thank you. Please subscribe the channel.
what can i do if i want to build my own packge like this, when i use Dio or Http it is not good because it download the file in one time i can not pause or like that ?
awesome tutorial with complete explanation.
Good explanation with clean code.. thank you
That's a good video. But I think you need to convert the downloaded value from the thread isolate to percentage like value progress/100 and pass it to progress bar's value.
Thank you. Please subscribe the channel.
Yes, that works, thanks!
value: progress.toDouble()/100,
5:05 Add permissions
5:08 Packages
7:20 Initialize
11:33 Permission
Keep up the good work! Nice and detailed.
Thanks. Please subscribe the channel.
Thanks. Please subscribe the channel
Hello, need to download an excel file that is created in the app itself, can that be done using FlutterDownloader plugin, if yes what should be the URL!?
Getting this error Failed to find configured root that contains .
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference
good
I have a question
In the event that I want to download the video only on the application and not inside the device, how is the method?
Not Working! It says "Backoff delay duration less than minimum value". Please can you tell me how to fix it?
I got the same error.....do share if you have got the solution man.
@@sujangrg2331 same issue have you got any solution
have you got any solution?
@@navasjaseer7508 i used dio package insted my friend for downloading ....
www.evertop.pl/en/how-to-write-a-simple-downloading-app-with-flutter/
@@sujangrg2331 thanks bro , but it supports null safety?
Thank you for video,.. i was looking like this..
Thanks. Really good tutorial and something I was desperately looking for. What if the user is downloading multiple files, how would the send & receiver ports connect ? is there a way to run a loop on all of the isolates / background download tasks ?
For managing multiple downloading you gotta store and use task ids. Please subscribe the channel.
Easy Approach thanks for true quick reply. Do you mean when starting a download, store the task id in local storage ?
@@realdigitalninja you can do it that way as well, but you don't need to.
can you help me , please
* What went wrong:
Execution failed for task ':app:generateDebugBuildConfig'.
> org.xml.sax.SAXParseException; systemId: file:/home/****Documents/flutter/apppcs/apppcs/android/app/src/main/AndroidManifest.xml; lineNumber: 31; columnNumber: 35; The prefix "tools" for attribute "tools:node" associated with an element type "provider" is not bound.
Trying updating the package
Bro from where do u get these beautiful images for your thumbnail and by the way this video is AWESOME !!
Haha Thanks. There is a designer inside me :D
How to start downloading in webview app please specify. I have a web view app and the download option not working.
I came across a problem and I need your help I can download any link I want but when I play the video it says video can not be played but your video plays idk why. how did you uploaded because I even tried uploading on firebase storage and using that link to download I can even download but I can not play it except for your link did you used any firebase storage settings or how did you generate that link
greetings... thank you for the tutorial, what if I had a stream builder that returns files from firebase? i wraped it with a button and i need to download the selected file to the mobile. thanks again
great content honestly
Sir i came across with an error telling that "the property "path" cant be unconditionally accessed because the receiver can be "null"
i did intialization then also it didnt work..Can you please help me solve this..
Same issues
Any solution
sir extention problem downloaded file can't open
I need to download the output screen content and user inputs in a file. How can I achieve that ?
Thanks for such a great and easily understandable video.
Awesome bro! you gotta new subscriber! . Bro one doubt , my .dart_tool and .idea folders had became red as shown (3:59)in this video. How to rectify it ? . Please let me know if you have the solution. Thanks in advance! . Keep rocking!
Bro i cloned ur project from GitHub and runned in vs code
And it is showing error in Android x incompabilities
Can u rectify this?
Even though I updated to android x it is shoring erro
Please help bro 🥺
well now how to changed last file name and if already downloaded how to changed copy 1 etc. thank you
hi Bro i have followed same thing which you explained in the video But when i call the method of FlutterDownloader.enqueue function then it is only adding the task into the queue but not start the download process So guide me if i am missing something over there
i did do like this. but not working for me with android 11. . can you help
i pull your code and run but it's not working
dowloading but not clicking and app is also crashing sometime
How to get original file name and extension from url
Thanks bro, keep going
Thank you. Please subscribe the channel.
Nice tutorial
Thank you please subscribe the channel.
Great, but i have an issue. That when i build on ios that cause resource temporarily unavailable. Do u know how to fix it?
Give the path of download directory instead may be this would work
@@EasyApproach I can't see image after download in iOS, can u help me?
@@atphungtien1509 how is it? did you resolve it?
nice job bro please i want help how to encrypt video file when video is download and decrypted when it's being play i want your help🙏🙏🙏
File is getting downloaded, but it is not opening from notification!
Awesome, thank you!
Thank you. Please subscribe the channel.
Can I download a pdf with this?
can we download youtube video using this ?
Great bro, thanks
Thank you. Please subscribe the channel.
When i click download, and go to another app, the download become canceled
How to prevent the same download twice in your video?
It's osm
I loved it
Great video brother but how can we save video in some other directory. I tried creating my own directory and then save file in it but it is not working.
can we use this method for flutter web ?
hi bro how i can download an audio and play in the app in flutter
Nice bro
Thank you. Please subscribe the channel.
will this work for csv files ?
Thank you so much.
Is this work on ios also?
Your voice accent is like one of scammer voice I hear in Jim channel.👍
ro, how can we save the downloaded image?
bro this code not work Android 10 or above version.
Same issue
Sir ap kose recoder use karta hu name send me
Obs
@@EasyApproach voice recorder name yani mic
Hello , i love your video's I'm facing a issues regarding Google SignIn in a project can you please help me its say's- platform error ( signin failed with error code 10 null! )
I have go through all the new stackoverflow solutions for this and insure 1: Google signIn is enabled , 2: Support Email is provided , 3: SH key is provided ( even i have regenerate it twice also create a new project twice ). 4: flutter Google signIn says to enable "Google people API to access Google account data" and also enable - auth consent screen
Even after following all of these solutions , I'm unable to resolve it :( so i jumped into here)
how can i download muilt file in sametime
Thank you so much man
Thank you. Please subscribe the channel.
@@EasyApproach it doesnt work on release , i cant open the downloaded file , please help me
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateDebugBuildConfig'.
> org.xml.sax.SAXParseException; systemId: file:/C:/Users/ELCOT/download_and_share/android/app/src/main/AndroidManifest.xml; lineNumber: 29; columnNumber: 35; The prefix "tools" for attribute "tools:node" associated with an element type "provider" is not bound.
for ios??
great vedio but whem i try to code these app , i faced the copiler error :not found :dart:html
please give any suggestions
Kindly remove dart:html import from your code. See at the top of your code.
Videos quality???
Refresh the video, the video was just uploaded at the time you watched
Okay, nice topic
please make 1 video in dragging video like youtube in flutter please
Sir, please make a keyboard in Flutter for Android mobiles
Interestinf
Bro i have a situation. i was making a wallpaper app using firebase storage. There are many videos on how to set wallpaper but i did not get any video on download the wallpaper to local storage. can you help on this please? 🙏🏻🙏🏻🙏🏻 btw awesome video..
Use this package and fetch local location using getexternnathstoragepath.
i am having the belowed error
how to integrate al_downloader in flutter
Amazing!! it's not available for iOS though. :(
I got it working on iOS. See my comment.
EDIT: for some reason I couldn't get it working reliably though so I switched to Dio.
@Nick how did u get it to work
@@rimaabbes6023
EDIT: I switched to Dio in the end for iOS. Flutter_downloader seem to work fine on Android though.
Hi, I did the following:
_directory = await getApplicationSupportDirectory(); (didn't work with getApplicationDocumentsDirectory()); that's on iOS 15.6
EDIT: with my little iPhone 5s it would only work with _directory = await getApplicationDocumentsDirectory(); that's running on iOS 12.5.5
info.plist:
LSSupportsOpeningDocumentsInPlace
UIFileSharingEnabled
NSAppTransportSecurity
NSAllowsArbitraryLoads
NSExceptionAllowsInsecureHTTPLoads
I found the answers on StackOverflow.
Asynchronous suspension
jahli
Error 27418
nice video bad accent
Your code works fine when I tried on main.dart. But I am looking for implementing in another class. Error occurs. "could not find callback" is returned and quits the app. Any idea why?
@override
void initState() {
initializeDownload();
super.initState();
}
void initializeDownload() async {
WidgetsFlutterBinding.ensureInitialized();
await FlutterDownloaded.initialize(
debug: false
)
}
Did u fix this issue?? Please reply, I am also facing the same issue