Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 494 Bytes

dart_board_redux

Redux Capabilities for Dart Board

Usage

Expose States and Middleware with Decorations in features Dispatch as necessary. Use FeatureStateBuilder to hook into UI.

API

API:

Functions

T getState() dispatch(FeatureAction()) dispatchFunc(T action(T))

Classes

class FeatureAction

Decorations

ReduxStateDecoration ReduxMiddlewareDecoration

Widget

FeatureStateBuilder(builder:(ctx, t) => YourBuilder)

Usage

For usage, see Exampl