Top Flutter Cache and Temporary Storage packages Caching is the process of storing data in a temporary storage area or a temporary database so that it can be accessed quickly at a later time. When a user requests a piece of data, the cache checks to see if it has a copy of that data before requesting the data from the original source. Also, it can be used to temporarily store data while the app is offline. The complete list of Flutter packages that can help you with Caching, Temporary Storage, Cache Database and related utilities is provided below.
cached_network_image
6017
Flutter library to load and cache network images. Can also be used with placeholder and error widgets.
flutter_cache_manager
1589
Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.
flutter_cached_pdfview
443
A package to show Native PDF View for iOS and Android, support Open from a different resource like Path, Asset or Url and Cache it.
dio_http_cache
241
http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.
cached_video_player
215
A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)
fast_cached_network_image
173
A flutter package to cache network image fastly without any native dependencies.You can add beautiful loaders, percentage indicators and error builder.
api_cache_manager
144
API Cache Manager is a Utility package built with Flutter SDK and SQLite Package. This package will help to make your Rest API store in the local db for offline access.
optimized_cached_image
115
A library for loading images from network, resizing as per container size and caching while being memory sensitive.
stock
106
Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.
firestore_cache
96
A Flutter plugin for fetching Firestore documents with read from cache first then server.
cached
80
Dart package with build-in code generation. Simplifies and speedup creation of cache mechanism for dart classes.
cache_manager
48
Cache manager to store local cache. Cache manager is wrapper for storing various data type(JSON, String, int etc) as the local cache in your Flutter app.
dio_cache_interceptor_hive_store
45
A DB cache store implementation with Hive for dio_cache_interceptor package.
cached_memory_image
43
A Flutter library to show images from the Base64, Uint8List and keep them in the cache directory.
flutter_cache_manager_firebase
41
CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
asset_cache
40
Load and cache binary asset of any type given a decoder. Built in support for byte data, images, json and text.
just_audio_cache
39
Collection of extension function of just_audio package to auto-handle caching audio files
json_cache
36
An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them.
paulonia_cache_image
35
Flutter package for cache images in storage or memory from the network or Google Cloud Storage. It supports Android, iOS and Web.
cache_image
32
Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails.
flutter_cache_store
24
More configurable cache manager for Flutter. Cache http get requests to mobile devices file system.