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 [...]

example/cache_service_example.dart

import 'package:cache_service/cache_service.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
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