native_flutter_downloader 1.2.3 copy "native_flutter_downloader: ^1.2.3" to clipboard
native_flutter_downloader: ^1.2.3 copied to clipboard

A plugin to download files using the native capabilities. URLSession on iOS and DownloadManager on Android

native_flutter_downloader #

Pub Version

This plugin allows for the downloading of files using the native capabilities of a device. Specifically, on Android, it utilizes the DownloadManager system service to Download files directly to the user's Download folder. On iOS, it utilizes the URLSession to Download files to the App Documents folder.

iOS Configuration #

By default, downloaded files are not displayed to the user on the Files app, so no special configuration is needed if you don't want to show them. However, if you want to make the downloaded files visible to the user in the Files app, you can add the following lines to your info.plist file:

xml Copy code

Android Configuration #

There is no need for special configuration on Android 10+.

If your app supports Android 9 (API 28) or bellow it is mandatory to call requestPermission() before download() and check the permission status.

NOTE: This plugins expects that compileSdkVersion is the latest Android SDK, eg.:

android {
    compileSdkVersion 33

    [...]
}

Author #

Md Zuhabul Islam

Maintainer #

Hridoy

Publisher #

CrackTech Limited

10
likes
0
pub points
78%
popularity

Publisher

verified publishercracktech.org

A plugin to download files using the native capabilities. URLSession on iOS and DownloadManager on Android

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on native_flutter_downloader