The Composable Architecture - Dart (experimental)

Port of The Composable Architecture (TCA, for short) for the Dart Language and Flutter Framework.

Basic Usage

This library enables the use of The Composable Architecture with Flutter. The main type it introduces is WithViewStore, a widget that handles store emissions and triggers an update callback, allowing you to create custom widgets of any type for your features.

Example

An example can be seen here.