levit_flutter_core 0.0.7
levit_flutter_core: ^0.0.7 copied to clipboard
Flutter widgets for the Levit framework - bridges reactive state and DI to the Flutter widget tree.
0.0.7 #
Breaking Changes #
- Removed
LAsyncScopedView; use explicitLAsyncScope + LViewcomposition instead.
0.0.6 #
Breaking Changes #
- RENAMED
LWatchVarandLWatchStatuswidgets renamed toLBuilderandLStatusBuilder.
New Features #
- FEAT: Added
LScopedView,LAsyncScopedView, andLScopedAsyncViewfor simplified scoped dependency management. - FEAT: Added static
put,lazyPut, andlazyPutAsyncfactory methods toLScopeandLScopedView. - FEAT: Added
LSelectorBuilderfor sub-graph dependency view binding. - FIX: Improved
LViewmounting performance.
0.0.5 #
- Production-ready documentation (Effective Dart compliance)
- Added
topicsto pubspec for improved discoverability - Performance and stability improvements
0.0.4 #
- Optimized
LWatchwith fast-path for multiple dependencies. - Reduced
LViewmounting overhead, improving "View Churn" metrics. - Fixed reactivity issues in
LStatusBuilder. - Improved
BuildContext.levitperformance.
0.0.3 #
- Linting fixes and strict analysis compliance.
0.0.2 #
- Added documentation for
LxError,LScopedView,LState,LStatefulView, andLStatusBuilder. - Added example application.
0.0.1 #
- Initial release.