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().stream
no longer emits the initial state on subscription. - BREAK: builder property of
StateMoleculeBond
no longer have value parameter - BREAK: onAction property of
ActionMoleculeBond
no longer have value parameter - Tests added for
Atom
s - Tests added for
SingleBond
s - Tests added for
MultiBond
s - Tests added for
Molecule
s
0.0.1 #
- Initial release