streambox_core 1.0.0 copy "streambox_core: ^1.0.0" to clipboard
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
1
likes
0
points
96
downloads

Publisher

verified publisherkalaganov.dev

Weekly Downloads

Core for stream-based caching and data strategy architecture.

Repository (GitHub)
View/report issues

Topics

#repository #caching #reactive #strategy #core

License

unknown (license)

Dependencies

flutter_secure_storage, meta, shared_preferences

More

Packages that depend on streambox_core