Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter Cache and Temporary Storage packages

Last updated: April 2, 2024

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
Dart 3 compatible 👍 5.65K
Maintenance Status: Good

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

flutter_cache_manager
Dart 3 compatible 👍 1.47K
Maintenance Status: Good

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
Dart 3 compatible 👍 419
Maintenance Status: Good

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.

fast_cached_network_image
Dart 3 compatible 👍 142
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.

stock
Dart 3 compatible 👍 101
Maintenance Status: Good

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

flutter_map_tile_caching
Dart 3 compatible 👍 100
Maintenance Status: Good

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

firestore_cache
Dart 3 compatible 👍 88
Maintenance Status: Good

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

cached
Dart 3 compatible 👍 75
Maintenance Status: Good

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

media_cache_manager
Dart 3 compatible 👍 65
Maintenance Status: Good

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

dio_cache_interceptor_hive_store
Dart 3 compatible 👍 40
Maintenance Status: Good

A DB cache store implementation with Hive for dio_cache_interceptor package.

cached_query
Dart 3 compatible 👍 40
Maintenance Status: Good

A simple library for dealing with server state in dart and flutter.

asset_cache
Dart 3 compatible 👍 39
Maintenance Status: Good

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

just_audio_cache
Dart 3 compatible 👍 35
Maintenance Status: Good

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

json_cache
Dart 3 compatible 👍 33
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.

neat_cache
Dart 3 compatible 👍 19
Maintenance Status: Good

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

dio_cache_interceptor_db_store
Dart 3 compatible 👍 10
Maintenance Status: Good

A DB cache store implementation with Drift for dio_cache_interceptor package.

cached_video_player
Dart 3 compatible 👍 203
Maintenance Status: Average

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

flutter_requery
Dart 3 compatible 👍 52
Maintenance Status: Average

Flutter library for fetching, caching and invalidating asynchronous data.

disposable_cached_images
Dart 3 compatible 👍 37
Maintenance Status: Average

A flutter package for displaying and releasing images from memory.

memory_cache
Dart 3 compatible 👍 32
Maintenance Status: Average

Memory Cache is simple, fast and global in-memory cache with CRUD features.

dio_http_cache
Dart 3 compatible 👍 241
Maintenance Status: Poor

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
Dart 3 compatible 👍 140
Maintenance Status: Poor

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
Dart 3 compatible 👍 47
Maintenance Status: Poor

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
Dart 3 compatible 👍 41
Maintenance Status: Poor

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

flutter_cache
Dart 3 compatible 👍 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.

paulonia_cache_image
👍 35
Maintenance Status: Good

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

optimized_cached_image
👍 114
Maintenance Status: Average

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

flutter_cache_store
👍 24
Maintenance Status: Average

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.