Balaji K S
Balaji K S
Hi @dnys1 Thank you for your message. Hope it will be solved in the documentation for better understandable.
@Jordan-Nelson I think it will be useful now. Thanks for your support!
Need a callback for timeout error from the package. It can be taken as an improvement.
@Berdsen Please open the file once the download progress is completed. You can check the status and progress like this _port.listen((dynamic data) { final taskId = (data as List)[0] as...
@Berdsen If you don't want to open the file. Comment this line FlutterDownloader.open(taskId: id).then((value) => {debugPrint('Open file: $value')});
@Berdsen Can you please add console log output by setting debug in Initialization. ` await FlutterDownloader.initialize(debug: true);`
@Berdsen See here savedDir=/storage/emulated/0/Android/data/com.example.app/files Add the file name correctly and once File downloaded. Check the local storage of the file.
@Berdsen Got your point. But I can't reproduce it. If possible, add example project in any public repo and share me the link here please.
@Berdsen Ok I will check and let you know in this week.
@getSami147 Please add example project