toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 11 packages
Sort by PUB-AZS
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
Collection of weak references. WeakHashMap, WeakHashSet, WeakQueue. Weak reference effect achieved through WeakReference and Finalizer.#weak#weakset#weakhashmap#weakhashset#weakqueue
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
An animated bottom navigation bar with many parameters to tweak.
Converts tweakcn CSS themes into Flutter ThemeData with ColorScheme, ThemeExtension, Google Fonts, and light/dark mode support.#theme#code-generation#css#design-system#shadcn
A Weakmap variant. Expando on steroids. Has keys method and support pseudo dynamic addition of properties.
Weak data types like WeakValueMap and WeakKeyMap
Welcome to TypoTweaker - the ultimate flutter package for impressive text animations!
Weak referenced collections - WeakHashMap, WeakHashSet, WeakList, and WeakReferenceQueue implemented with WeakReference and Finalizer.