coralline_flutter 0.1.3 copy "coralline_flutter: ^0.1.3" to clipboard
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 @awaitNotRequired annotations 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 meta package 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: SimplexBuildComponent and BuildComponent.
  • Intent-driven context propagation via CorallineBuildContextAware.
  • Zero prop-drilling dependency injection with InheritedCoralProviderWidget and coralOf<T>().
  • Animation controller and Ticker integration for Flutter UI elements.
1
likes
160
points
105
downloads

Documentation

API reference

Publisher

verified publishercoralline.dev

Weekly Downloads

A reactive state management framework for Flutter based on chain of reactivity and lazy computation pipeline.

Repository (GitHub)
View/report issues

Topics

#flutter #state-management #reactivity #widget #ui

License

Apache-2.0 (license)

Dependencies

coralline, coralline_extensions, flutter, meta

More

Packages that depend on coralline_flutter