cache_systems 0.0.2 copy "cache_systems: ^0.0.2" to clipboard
cache_systems: ^0.0.2 copied to clipboard

outdated

This package for flutter is used to cache files in the device. It can be used to cache images, videos, audios, text and other files. It can also be used to cache files from the internet.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cache_systems

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cache_systems: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cache_systems/cache_systems.dart';
4
likes
0
points
64
downloads

Publisher

verified publishermerterim.dev

Weekly Downloads

This package for flutter is used to cache files in the device. It can be used to cache images, videos, audios, text and other files. It can also be used to cache files from the internet.

Homepage

License

unknown (license)

Dependencies

cross_file, dio, flutter, hive, hive_flutter, mime, path_provider, universal_io

More

Packages that depend on cache_systems