composable_architecture_flutter 0.0.8 copy "composable_architecture_flutter: ^0.0.8" to clipboard
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.

0.0.1 #

First release of the Composable Architecture port for Flutter! This version includes the core concepts from the original library: Store, Reducer, Effect, State, and Actions. Additionally, it provides several operators for reducer composition, enabling simple apps to be built using the available tools.

Testing is a key focus of this release, offering exhaustive state testing and action verification, making it one of the most comprehensive testing solutions compared to other Dart/Flutter state management approaches.

Finally, this version introduces a preliminary v0 implementation of the Shared type, which allows different features to share pieces of state without requiring complex synchronization logic—while maintaining full testing capabilities.

0.0.2 #

Make store property public just to update autocomplete placeholder with "store" instead of "_store". If public visibility for the field becomes an issue we can change in the future.

0.0.3 #

Update code formatting and add example.md.

0.0.4 #

Adds navigation support and examples with [NavigationDestination] widget and [Presents]/[Presentable] types in the core library.

0.0.5 #

Fix: remove automatic [Store] state clean up on [NavigationDestination] and associated types (Disposable).

0.0.6 #

Feat: make use of Presents reference semantics to implement automatic [Store] state clean up on [NavigationDestination], propagating the change up in the store tree.

0.0.7 #

Fix: loosen composable_architecture dependency constraint.

0.0.8 #

Fix: fix composable_architecture dependency constraint until 1.0.0.

1
likes
160
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of widgets that enable using The Composable Architecture with the Flutter framework. Built to be used with the composable_architecture package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

composable_architecture, flutter

More

Packages that depend on composable_architecture_flutter