cache_service 1.0.0 copy "cache_service: ^1.0.0" to clipboard
cache_service: ^1.0.0 copied to clipboard

Cached Services is a highly efficient Flutter package that provides easy-to-use widgets for caching and displaying images and PDFs, with built-in support for advanced caching mechanisms like LRU Cache [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cache_service

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

dependencies:
  cache_service: ^1.0.0

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_service/cache_service.dart';
12
likes
140
pub points
35%
popularity

Publisher

unverified uploader

Cached Services is a highly efficient Flutter package that provides easy-to-use widgets for caching and displaying images and PDFs, with built-in support for advanced caching mechanisms like LRU Cache and Priority Queue. This package is designed to improve the performance of your Flutter applications by caching assets intelligently, reducing unnecessary network calls, and optimizing resource usage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dio, flutter, hive_flutter, logger, provider, shimmer, syncfusion_flutter_pdfviewer

More

Packages that depend on cache_service