single_value_cubit library

Classes

SingleValueCubit<T>
Single value cubit - just a simple cubit with set method wich changes the current state. Helpful with simple input, scroll, bool and many other scenarios
StringInputCubit
Single value cubit designed to work with text inputs
TextCubitBinder
A widget that binds a SingleValueCubit<String> to a TextEditingController. Two way binding

Extensions

BlocExtensions on BlocBase<T>
Bloc extensions
SingleValueBoolCubitExtension on SingleValueCubit<bool>
let you quickly change bool single value cubits
SingleValueStringCubitExtension on SingleValueCubit<String>
let you quickly change String single value cubits