observable_ish 6.0.2 observable_ish: ^6.0.2 copied to clipboard
Write elegant reactive cross-platform client side application using observable states and event emitters.
6.0.2 #
Breaking changes:
StoredValue
renamed toRxStoredValue
ProxyValue
renamed toRxProxyValue
RxProxyValue.mapKey
andRxValue.proxyMapKey
5.0.1 #
RxList.removeWhere
andRxList.retainWhere
fixes
5.0.0 #
RxList
fixes
4.0.8 #
Emitter
bug fixes when events are added after dispose.
Breaking changes:
Emitter.on
method is removed
4.0.7 #
dispose
method
4.0.6 #
- Converted
RxValue.listenable
from getter to property
4.0.5 #
RxListenable
RxValue.listenable
4.0.4 #
Emitter.emitRxValue
andEmitter.emitRxValues
fixes
4.0.3 #
Emitter
helpful constructor parameters
4.0.2 #
Emitter.emitRxValues
4.0.1 #
- Minor changes
4.0.0 #
RxMap
is now implemented Breaking changes:ListChangeNotification
renamed toListChange
ListChangeOp
renamed toListOp
SetChangeNotification
toSetChange
SetChangeOp
toSetOp
Listenable
removed
3.0.1 #
Listenable
3.0.0 #
- Null safety support
Breaking changes:
Be aware, there are some breaking changes!
2.1.4 #
- Upgraded to Dart 2