coralline_flutter 0.1.2
coralline_flutter: ^0.1.2 copied to clipboard
A reactive state management framework for Flutter based on chain of reactivity and lazy computation pipeline.
0.1.2 #
- Add comprehensive Architecture Deep Dive documentation (
doc/architecture_analysis.md). - Update core and extensions dependency constraints to
^0.1.1.
0.1.1 #
- Align
metapackage version constraint (^1.18.0) with Flutter SDK pinned dependencies.
0.1.0 #
- Initial release of Coralline Flutter state management framework.
- High-performance reactive UI components:
SimplexBuildComponentandBuildComponent. - Intent-driven context propagation via
CorallineBuildContextAware. - Zero prop-drilling dependency injection with
InheritedCoralProviderWidgetandcoralOf<T>(). - Animation controller and Ticker integration for Flutter UI elements.