Redux Capabilities for Dart Board
Expose States and Middleware with Decorations in features Dispatch as necessary. Use FeatureStateBuilder to hook into UI.
API:
T getState() dispatch(FeatureAction()) dispatchFunc(T action(T))
class FeatureAction
ReduxStateDecoration ReduxMiddlewareDecoration
FeatureStateBuilder(builder:(ctx, t) => YourBuilder)
For usage, see Exampl