mobx_widget 0.5.1 mobx_widget: ^0.5.1 copied to clipboard
ObserverFuture, ObserverStream and ObserverText Widget - A simple way to consume MobX Observables through widgets. You can find a sort of widgets.
[0.5.0] - 2021-09-09 #
[0.4.2] - Optimizations and bugfixes #
- issue #1 closed
- issue #2 closed
[0.4.1] - Update readme #
[0.4.0] - Add ObserverFuture retry feature #
- add retry
- add autoInitialize (if fetchData != null, it will init automatically)
[0.3.0] - Add transition animations (optional) #
- Add transitions
[0.2.1] - Add generic type to ObserverStream and ObserverFuture #
- Add generic type to [onData] and [onError] callbacks in ObserverFuture and ObserverStream
[0.2.0] - Add custom overlay [onPending] #
- Add feature
[0.1.3] - Add new widget #
- Added ObserverText widget
[0.1.2] - Bugfix #
- Only shows default reloader if there is callback and buttonText values
[0.1.1] - Example included #
- add example