- add textInputAction
- add isProtected value
- add onEditingComplete callback
- update flutter version
- add CubitFormFieldsBuilder
- upgrade dependencies
- move back to mask_text_input_formatter
- fix
- fix
- fix
- moved to extended_masked_text
- remove leading zero for int field
- fix
- add CubitFormIntField
- add isInitial form state parameter to check if form has initials values
- fix
- fix
- add FieldCubitState set value, for nullable values
- fix
- add extra Field CubitErrorCheckState for dependent validations and listening FieldCubit.stream at the same time
- add unfocus on reset
- fix CubitFormMaskedTextField reset
- fix CubitFormTextField reset
- add addFields instead of setFields // now you can add new fields in child class
- add max lines parameter
- null-safety
- add cursor color to mask text field
- add cursor color
- add external change
- add focus node
- add focus node
- add text align
- update text
- add reg exp validation
- rename some variables
- fix
- fix
- add phone field widget with phone mask
- add reset functionality
- fix
- fix
- fix
- fix
-
add validations:
- string: max, min, fixed length,
- email validation
- not null validation
- required: int, string
-
fix field cubit;
- Initial version