Flutter Gems

Browse 4900+ useful Dart & Flutter packages that are neatly categorized!

Subscribe Medium LinkedIn Twitter

Top Flutter Cache and Temporary Storage packages

Last updated: March 25, 2023

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
Null safety 👍 4.48K
Maintenance Status: Good

Flutter library to load and cache network images. Can also be used with placeholder and error widgets.

cached_video_player
Null safety 👍 147
Maintenance Status: Good

A new flutter plugin that is virtually a clone of official video_player plugin except that it supports caching( Android and iOS)

optimized_cached_image
Null safety 👍 107
Maintenance Status: Good

A library for loading images from network, resizing as per container size and caching while being memory sensitive.

stock
Null safety 👍 80
Maintenance Status: Good

Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely.

firestore_cache
Null safety 👍 76
Maintenance Status: Good

A Flutter plugin for fetching Firestore documents with read from cache first then server.

flutter_map_tile_caching
Null safety 👍 70
Maintenance Status: Good

Plugin for 'flutter_map' providing advanced caching functionality, with ability to download map regions for offline use.

cached
Null safety 👍 58
Maintenance Status: Good

Dart package with build-in code generation. Simplifies and speedup creation of cache mechanism for dart classes.

fast_cached_network_image
Null safety 👍 57
Maintenance Status: Good

A flutter package to cache network image fastly without any native dependencies.You can add beautiful loaders, percentage indicators and error builder.

media_cache_manager
Null safety 👍 40
Maintenance Status: Good

This package helps you to cache media (Audio, Video, Image, etc...).

asset_cache
Null safety 👍 35
Maintenance Status: Good

Load and cache binary asset of any type given a decoder. Built in support for byte data, images, json and text.

json_cache
Null safety 👍 28
Maintenance Status: Good

An object-oriented package for caching user data locally in json; a combinable layer on top of local storage packages that unifies them.

dio_cache_interceptor_hive_store
Null safety 👍 20
Maintenance Status: Good

A DB cache store implementation with Hive for dio_cache_interceptor package.

neat_cache
Null safety 👍 13
Maintenance Status: Good

A neat cache abstraction for wrapping in-memory or redis caches.

dio_cache_interceptor_db_store
Null safety 👍 5
Maintenance Status: Good

A DB cache store implementation with Drift for dio_cache_interceptor package.

flutter_cache_manager
Null safety 👍 1.12K
Maintenance Status: Average

Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.

flutter_cached_pdfview Card Image
flutter_cached_pdfview
Null safety 👍 309
Maintenance Status: Average

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
Null safety 👍 211
Maintenance Status: Average

http cache lib for Flutter dio like RxCache.It use sqflite as disk cache,and google/quiver-dart/LRU strategy as memory cache.

api_cache_manager
Null safety 👍 111
Maintenance Status: Average

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.

cache_manager
Null safety 👍 46
Maintenance Status: Average

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.

flutter_cache_manager_firebase
Null safety 👍 39
Maintenance Status: Average

CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://

paulonia_cache_image
Null safety 👍 32
Maintenance Status: Average

Flutter package for cache images in storage or memory from the network or Google Cloud Storage. It supports Android, iOS and Web.

just_audio_cache
Null safety 👍 28
Maintenance Status: Average

Collection of extension function of just_audio package to auto-handle caching audio files

flutter_cache
Null safety 👍 22
Maintenance Status: Poor

A simple cache package for flutter. This package is a wrapper for shared preference and makes working with shared preference easier.

flutter_cache_store
👍 24
Maintenance Status: Good

More configurable cache manager for Flutter. Cache http get requests to mobile devices file system.

cache_image
👍 32
Maintenance Status: Poor

Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails.