cubes 0.2.3 cubes: ^0.2.3 copied to clipboard
Simple State Manager (Focusing on rebuilding only the necessary)
[0.2.3] #
- add
clear
in ObservableList.
[0.2.2] #
- Improvements in
CubeBuilder
and Observer.
[0.2.1] #
- Create
ObservableList
. - Add Todo example.
[0.2.0] - 27/08/2020 #
- Add internationalization.
[0.1.1] - 27/08/2020 #
- Add getCubeIsReady and getCubesIsReady in Cube
[0.1.0] - 26/08/2020 #
- Add option of the singleton Cube
[0.0.9] - 26/08/2020 #
- Add
getCubeInMemory
inCube
- Add StringExtensions
- Fix bug runDebounce
[0.0.8] - 20/08/2020 #
- Add animation in Observer
[0.0.7] - 20/08/2020 #
- Improvements in
ObservableValue
- add
runDebounce
inCube
- add extensions
[0.0.6] - 19/08/2020 #
- Hotfix rebuild Observer.
[0.0.5] - 18/08/2020 #
- Add
onAction
- Update example.
[0.0.4] - 17/08/2020 #
- Improvements in ObservableValueExtensions.
[0.0.3] - 17/08/2020 #
- Fix removeListener.
[0.0.2] - 17/08/2020 #
- Improvements in CubeBuilder and Observer.
[0.0.1] - 17/08/2020 #
- Start Project