Balaji K S
Balaji K S
@rajarathinam-MurugesaPandiyan Please attach the code to find it more accessible.
@salmaahhmed If you are not working in the bug, let us know. People are keep waiting for your response which is unfair. **Please keep posted for any status update either...
@adham-ashraf77 Can you please check the status of file download and progress of file download.
@adham-ashraf77 Please add example code to reproduce this issue.
@adham-ashraf77 Please open the file through open_filex once the file downloaded with the download file path. ` OpenFilex.open(${file.path})');` Note: Don't forget to add the permission in Android manifest file
@adham-ashraf77 Kindly check these To make tapping on notification open the downloaded file on Android, add the following code to AndroidManifest.xml: ` ` **Notes** You have to save your downloaded...
Hey, I have created a bug for not downloading for very first time. I'm adding the reference link for the bug so that we can follow further. If someone finds...
@DmitriySimonov yes the package having this issue sometimes. As of now, call your function if(progress == 100). You have to call your function in status completed also since progress ==...
@Gustl22 Let me know if you are working. I'm happy to contribute, if necessary.
Its not the solution but its using try catch block to prevent from crashing the app and intimate the user about the issue. ` try { await FlutterEmailSender.send(email); } catch...