levit_reactive 0.0.7
levit_reactive: ^0.0.7 copied to clipboard
Pure Dart reactive state management primitives. The engine of the Levit framework.
0.0.7 #
- Bumped version to 0.0.7
0.0.6 #
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Unified
LevitReactiveMiddlewarearchitecture. - 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,LevitReactiveHistoryMiddleware,LevitReactiveMiddleware, andLevitReactiveNotifier. - Fixed lint issues in
core.dart. - Added example project.
0.0.1 #
- Initial release.