atomic_reaction 0.0.2
atomic_reaction: ^0.0.2 copied to clipboard
A library that helps implement reactive programming with the power of Dart Stream extended by the capabilities provided by the RxDart library.
0.0.2 #
- BREAK:
StateAtom().streamno longer emits the initial state on subscription. - BREAK: builder property of
StateMoleculeBondno longer have value parameter - BREAK: onAction property of
ActionMoleculeBondno longer have value parameter - Tests added for
Atoms - Tests added for
SingleBonds - Tests added for
MultiBonds - Tests added for
Molecules
0.0.1 #
- Initial release