state/state library

Functions

connectivityReducer(GiphyState state, dynamic event) bool
displayAssetsReducer(GiphyState state, dynamic event) Map<String, double>
giphySearchEpic(Stream actions, EpicStore<GiphyState> store) Stream
giphyStateReducer(GiphyState state, dynamic event) GiphyState
hydrateAction() → ThunkAction<GiphyState>
selectAsset(String asset) → ThunkAction<GiphyState>
selectedAssetReducer(GiphyState state, dynamic event) String?
unSelectGif() → ThunkAction<GiphyState>