redux_toolkit 0.1.4 copy "redux_toolkit: ^0.1.4" to clipboard
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, PayloadAction and AsyncThunk.
  • Actions dispatched by AsyncThunk carry only requestId and payload within meta.
  • Exports reselect ^0.4.0 and nanoid.

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 localhost in remote-devtools url.
  • Added example for enum actions.
  • Added tests for configure_store.

0.1.3 #

  • Updated meta dependency 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.
6
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Dart port of the official, opinionated, batteries-included toolset for efficient Redux development

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

meta, redux, redux_dev_tools, redux_remote_devtools, redux_thunk, reselect

More

Packages that depend on redux_toolkit