redux_toolkit 0.1.4
redux_toolkit: ^0.1.4 copied to clipboard
Dart port of the official, opinionated, batteries-included toolset for efficient Redux development
0.1.0 #
Initial Version of the library.
- Includes
createStore,createReducer,PayloadActionandAsyncThunk. - Actions dispatched by
AsyncThunkcarry onlyrequestIdandpayloadwithinmeta. - Exports
reselect ^0.4.0andnanoid.
0.1.1 #
- Enhanced docs by adding examples and correcting mistakes in the README.
- Added docs to the example
- Migrated the example to functional widgets using
functional_widget - Fixed code styling and setup pedantic
0.1.2 #
- Added support for
localhostinremote-devtoolsurl. - Added example for enum actions.
- Added tests for
configure_store.
0.1.3 #
- Updated
metadependency to support the latest version - Fixed formatting with
dartfmt
0.1.4 #
- Updated all dependencies to support from their current minor release to the next major release.