download_assets 1.0.2 copy "download_assets: ^1.0.2" to clipboard
download_assets: ^1.0.2 copied to clipboard

outdated

Download and uncompress assets

download_assets #

This package download and uncompress to local storage all assets that are not included in your app. Some files should not being included in one of my jobs, this way I just created this plugin.

Supported platforms #

  • iOS
  • Android

Methods #

  • startDownload - It start the assets download.
    • assetsUrl -> Full url to zipped file
    • onProgress -> It returns the download progress (optional)
    • onError -> Called when any errors ocurr (optional)
    • onComplete -> Called when the download is completed (optional)
  • clearAssets - Clear all downloaded assets from local storage.
  • assets Downloaded - Returns true if the assets were already downloaded, otherwise it' returns false.
57
likes
0
pub points
88%
popularity

Publisher

unverified uploader

Download and uncompress assets

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

archive, dio, flutter, path_provider

More

Packages that depend on download_assets