flutter_stream_redux 0.0.4+1
flutter_stream_redux: ^0.0.4+1 copied to clipboard
Stream helper for build_redux and flutter_build_redux
0.0.4 Mar. 1, 2018 #
- add type to Action in onData callback
- add Middleware reference to onError and onDone callbacks
- update the stream if the action or the subscription payload changes
- add more content to README
- add example
0.0.3 Feb. 28, 2018 #
- BUGFIX: check if the handler is not null before trying to subscribe
0.0.2 Feb. 28, 2018 #
- moved subscription to didChangeDependencies
0.0.1 Feb. 27, 2018 #
- initial release.