nabil6391 / flutter_download_manager

Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
MIT License
46 stars 29 forks source link

Replace slash with Platform.pathSeparator on downloader #7

Closed ortolanph closed 2 years ago

ortolanph commented 2 years ago

Replaced the slash with Platform.pathSeparator and added somethings on the .gitignore. My VSCode formatted the downloader.dart code (SORRY).

nabil6391 commented 2 years ago

Looks Good To Me. Thanks