coralline_flutter 0.1.3
coralline_flutter: ^0.1.3 copied to clipboard
A reactive state management framework for Flutter based on chain of reactivity and lazy computation pipeline.
0.1.3 #
- Remove
@awaitNotRequiredannotations from animation controller delegates to maintain 100% static analysis compatibility with Flutter SDK (meta: ^1.18.0).
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.