levit_flutter 0.0.11
levit_flutter: ^0.0.11 copied to clipboard
Deterministic ownership and fine-grained reactivity for Flutter applications.
Changelog #
0.0.11 #
- Re-export the 0.0.11 lifecycle, reactive, and task APIs.
- Await controller-owned cleanup from Flutter lifecycle mixins.
- Updated internal package constraints to
^0.0.11.
0.0.10 #
LevitAppLifecycleMixinandLevitLoopExecutionLifecycleMixin:onClose()is safe when called withoutonInit().- Coordinated release version bump.
- Updated internal package constraints to
^0.0.10.
0.0.9 #
- Added
showLevitDialogandshowLevitModalBottomSheet(capture page scope by default). - Updated README / LLM guidance for
autoWatch, overlays, and dual lifetime styles. - Coordinated release version bump.
- Updated internal package constraints to
^0.0.9.
0.0.8 #
- Coordinated release version bump.
- Updated internal package constraints to
^0.0.8. - Strengthened
LevitAppLifecycleMixinobserver coverage.
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 - Flutter utility widgets and mixins
- App lifecycle observer mixin
0.0.4 #
- Initial release