toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 29 packages
Sort by PUB-AZS
Generic cache manager for flutter. Saves web files on the storages of the device and saves the cache info using sqflite.#cache#cache-manager
Flutter library to load and cache network images. Can also be used with placeholder and error widgets.#cache#image#network-image
WeakMap is a map where the keys are weakly referenced. WeakContainer lets you check if an object is the same you had before. Cache functions for memoization with weak-references.#memory#memory-management#cache#collections#data-structures
A simple way to cache values that result from rather expensive operations.#cache#memoization#caching
A slim yet powerful caching plugin for flutter_map tile layers.#flutter-map#map#cache#dio
a simple least recently used (LRU) cache implementation in dart.#lru-cache#cache#caching
A flutter package to cache network image easily.You can add beautiful loaders, percentage indicators and error builder.#cache#image#photo#download#network
Weak cache that uses weak references for holding values. Implements full Map interface including keys and values iteration. #cache#memory
Cache based on least recently used eviction strategy with additional typed data support and weak cache layer.#cache#lru#data-structures