rxdata 0.3.0 rxdata: ^0.3.0 copied to clipboard
RxData allows to delegate fetching and caching behavior for your data.
0.3.0 #
- BREAKING: feat: remove Error generic type
- Error is now type
Object?
by default. Users must remove their own error type from code.
- Error is now type
- chore: update dependencies
0.2.1 #
- fix: remove prints
0.2.0 #
- feat: use streams
- feat: add DataBuilder, DateListener, and DataConsumer
- feat: remove Option type from Data
0.1.0 #
- chore: setup project