context_provider 0.1.0
context_provider: ^0.1.0 copied to clipboard
Flutter context provider to provide state with reducer combined as map of type and the reducer. Along with the useSelector hook and useDispatch hook.
0.0.1 First Release: 3rd April 2020. #
First release, features:
- ContextProvider widget
- useSelector & useReducer function
- Reducer abstract class
0.0.2 Updated dependencies #
- Provider to 4.0.5
0.0.3 Updated description #
- Updated description for this package
0.1.0 Remove in reducer dispatch & share state #
- Remove in-reducer dispatch
- Remove in-reducer state selector