menu
redux_dev_tools package
documentation
redux_dev_tools.dart
redux_dev_tools.dart
dark_mode
light_mode
redux_dev_tools
library
Classes
DevToolsAction
In order to modify the
DevToolsState
, you must dispatch a
DevToolsAction
. Do not dispatch a
DevToolsAction
to modify your normal application state.
DevToolsState
<
S
>
The DevToolsState is a wrapper around your application's normal State. It holds all of the actions and resulting states
DevToolsStore
<
S
>
The DevToolsStore is a drop-in replacement for a normal Redux
Store
that should only be used during Development, allowing you to "Time Travel" between different states of your app.
Enums
DevToolsActionTypes
redux_dev_tools package
documentation
redux_dev_tools.dart
redux_dev_tools
package
Libraries
redux_dev_tools
redux_dev_tools library