toggleable 1.0.1
toggleable: ^1.0.1 copied to clipboard
Helps maintaining the state which can toggle. It provides various of helper methods.
1.0.1 #
- Change from() to factory constructor
1.0.0 #
- Release stable version
- Add some docs
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.