streambox_core 1.0.0
streambox_core: ^1.0.0 copied to clipboard
Core for stream-based caching and data strategy architecture.
1.0.0 #
- Initial release of
streambox_core
. - Implemented core repository and caching framework.
- Added built-in cache strategies:
- CacheFirstStrategy
- CacheThenRefreshStrategy
- NoOpCacheStrategy
- Provided base repository implementations:
- SingleSourceRepo
- ChainedSourcesRepo
- PeriodicRepo
- Introduced DataState lifecycle: Initial, Loading, Success, Error.
- Added ready-to-use storage adapters:
- MemoryStoreAdapter
- AsyncSharedPrefsStorageAdapter
- CachedPrefsAdapter
- FlutterSecureStorageAdapter