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

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';
3
likes
130
pub points
67%
popularity

Publisher

verified publishermerterim.dev

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on cache_systems