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
- Host: GitHub
- URL: https://github.com/techpro-studio/flutter_file_downloader
- Owner: techpro-studio
- License: other
- Created: 2021-04-29T14:42:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T08:27:07.000Z (about 5 years ago)
- Last Synced: 2025-04-06T18:49:17.736Z (about 1 year ago)
- Language: Kotlin
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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;