toggleable 0.0.7
toggleable: ^0.0.7 copied to clipboard
Helps maintaining the state which can toggle. It provides various of helper methods.
0.0.7 #
- Fix completer does not re-initializing after completed
0.0.6 #
- Add the ability to know listener callbacks are called
0.0.5 #
- Add
whenmethod toToggleableStatefor comfort
0.0.4 #
- Add some docs
0.0.3 #
- Add static method for initializing
Toggleablefrom bool value
0.0.2 #
- refact: Change file name
- fix: Change toggleable state to be sharing the debounce id
- test: Add lib tests
0.0.1 #
- Initial version.