flock 0.0.9
flock: ^0.0.9 copied to clipboard
Coordinate Flutter widgets' states with event sourcing.
0.0.1 2019/1/8 #
- Initial release.
0.0.2 2019/1/8 #
- Update readme.
0.0.3 2019/1/8 #
- Add basic documents to public interface.
0.0.4 2019/1/9 #
- Add
Store#getas a shorthand ofStore#projectWith
0.0.5 2019/1/9 #
- Rename
EventStoretoStore
0.0.6 2019/1/9 #
- Hide
Store#replaceEventsfrom user
0.0.7 2019/1/9 #
- Add basic Flutter integration.
0.0.8 2019/1/10 #
- Update interface to match Redux better.
- Add ShakeBack enhancer.
- Add StoreBuilder interface.