An open API service indexing awesome lists of open source software.

https://github.com/techpro-studio/flutter_file_downloader

Simple file downloader for Flutter
https://github.com/techpro-studio/flutter_file_downloader

Last synced: 10 months ago
JSON representation

Simple file downloader for Flutter

Awesome Lists containing this project

README

          

# flutter_file_downloader
Flutter File downloader for:

Android -> It uses DownloadManager;
iOS -> It downloads file with URLSession and show UIDocumentPickerViewController to save file in chosen folder;