state_forge_core 0.1.3
state_forge_core: ^0.1.3 copied to clipboard
Pure Dart state management primitives for StateForge stores, effects, persistence, observers, and testing.
Changelog #
0.1.3 - 2026-06-07 #
Fixed #
- Added a pure Dart package example for pub.dev scoring.
- Made
StateForgenon-instantiable so dartdoc no longer reports an undocumented default constructor.
0.1.1 - 2026-06-07 #
Fixed #
- Updated package metadata with reachable repository, issue tracker, and documentation links for pub.dev scoring.
- Expanded the package description to match pub.dev display guidelines.
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.