built_redux
built_redux copied to clipboard
an implementation of redux written in dart that enforces immutability
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