composable_architecture_flutter 0.0.8
composable_architecture_flutter: ^0.0.8 copied to clipboard
A collection of widgets that enable using The Composable Architecture with the Flutter framework. Built to be used with the composable_architecture package.
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.