dynamic_middleware 0.5.1
dynamic_middleware: ^0.5.1 copied to clipboard
A way to define middleware for redux dynamically
Changelog #
0.5.0 #
- Update README.md
0.5.0 #
- Adjust
analysis_options.yamlrules. - Add
emptyandfromSingleconstructors. - Follow the
NextDispatcherpattern used by regular middleware. - Adjust tests and example to match updates.
0.4.0 #
- Add
toList()constructor and test it
0.3.0 #
- Fix README.md
0.2.0 #
- Add tests and example, Updated README.md
0.1.0 #
- Initial version includes
class DynamicMiddleware<State>