state_forge_core 0.1.0
state_forge_core: ^0.1.0 copied to clipboard
Pure Dart core primitives for StateForge stores.
Changelog #
0.1.0 - 2026-06-07 #
Added #
- Initial pure Dart StateForge core package.
Store<S>with coalesced async emits, synchronous emits, listeners, effects, disposal, resource cleanup, guarded async actions, and optimistic updates.AsyncState<T>sealed variants for idle, loading, success, and failure.StateForgeglobal configuration, storage adapter contract, diagnostics hook, and observer support.UndoableStore,PersistableStore, andCompositedStoremixins.