single_value_cubit 1.2.1
single_value_cubit: ^1.2.1 copied to clipboard
Simple single value cubit. Works as a simple state manager for inputs, scrolls, flags etc. Works best as injected and observed by other blocs/cubits.
1.2.1 #
- Fix problem of infinite loop while setting textcontroller value from cubit state change
1.2.0 #
- Add extensions for String and boolean cubits
- Add TextCubitBinder to bind string cubits to text fields
- Add
observe()extension to observe changes in cubits with initial state
1.1.0 #
- Update bloc version to 9
1.0.0 #
- Initial relase containing single value cubit and tests