flutter_network_file_manager 0.0.1 copy "flutter_network_file_manager: ^0.0.1" to clipboard
flutter_network_file_manager: ^0.0.1 copied to clipboard

A manager to use networkfiles offline.

flutter_network_file_manager #

A FileManager for files from the network and store them in the directory of the app to later use offline. Unlike caching, this manager stores the files in a private directory. This way the files will only be deleted when the application itself is deleted.

The files are tracked by their url and optionaly by a given name and/or a timestamp. When the url or timestamp are changed, the old file will be removed and a new version will be downloaded.

1
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A manager to use networkfiles offline.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, meta, path, path_provider, sqflite, synchronized, uuid

More

Packages that depend on flutter_network_file_manager