built_redux icon indicating copy to clipboard operation
built_redux copied to clipboard

an implementation of redux written in dart that enforces immutability

Results 26 built_redux issues
Sort by recently updated
recently updated
newest added

The documentation in store.md appears to be cut off.

David, can you bump up the version of build_runner, to the latest? Thanks in advance

I have a situation where I need the actions from the store, but not any state. So, I setup a widget like this: ```dart class LoginLayout extends StoreConnector { final...

I was looking through the notes/documentation and I want to create a nested reducer for a complex application. I would like to have the actions split into separate, maintainable files...

updated library dependencies for better compatibility with analyser and null safety

Merge Requirements Unmet