levit_reactive 0.0.5
levit_reactive: ^0.0.5 copied to clipboard
Pure Dart reactive state management primitives. The engine of the Levit framework.
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Unified
LevitStateMiddlewarearchitecture. - Optimized
LxComputedwith batching and smarter dependency tracking. - Added
LxLxStatusand improved asynchronous types. - Fixed memory leaks in deep reactive graphs.
- Performance improvements for large-scale state mutations.
0.0.3 #
- Linting fixes and strict analysis compliance.
- Refactored test coverage for
LxAsyncComputed.
0.0.2 #
- Added documentation for
LxError,LxAsyncComputed,LevitStateHistoryMiddleware,LevitStateMiddleware, andLevitStateNotifier. - Fixed lint issues in
core.dart. - Added example project.
0.0.1 #
- Initial release.