form_bloc 0.6.0
form_bloc: ^0.6.0 copied to clipboard
Easy Form State Management using BLoC pattern. Separate the Form State and Business Logic from the User Interface. Async Validation, Progress, Failures, Successes, and more.
0.6.0 #
- Updated to
bloc: ^1.0.0bloc.state.listen->bloc.listenbloc.currentState->bloc.statedispatch->adddispose->close
- Documentation Updates.
Validators->FieldBlocValidatorsValidatorsError->FieldBlocValidatorsErrors- Removed
isRequiredproperty fromFieldBlocandFieldBlocState.
0.5.2 #
- Documentation Updates.
- Fixed a bug in
isValidproperty offieldBlocState. - Prevented to update
FieldBloc.valueif is the same value and is validated. - Improved
requiredTextFieldBlocvalidator.
0.5.1 #
- Fixed a bug in
MultiSelectFieldBloc.
0.5.0 #
- Dependency and Documentation Updates.
- Added
isValidatingproperty toFieldBlocState. - Added
asyncValidatorsproperty toFieldBloc. - Added
asyncValidatorDebounceTimeproperty toFieldBloc. - Added
addAsyncValidatorsmethod toFieldBloc. - Added
updateAsyncValidatorsmethod toFieldBloc. - Added
addErrormethod toFieldBloc. - Added
subscribeToFieldBlocsmethod toFieldBloc.
0.4.1 #
- Documentation Updates.
0.4.0 #
- Documentation Updates.
- Added Tests.
- Added
autoValidateproperty toFormBloc. - Added
InputFieldBloc<Value>. - Removed
FileFieldBloc, now you can useInputFieldBloc<File>. - Added
MultiSelectFieldBloc<Value>. - Added
errorproperty toFieldBlocState. - Added
canShowErrorproperty toFieldBlocState. - Added
canShowProgressproperty toFieldBlocState. - Added
suggestionsproperty toFieldBlocState. - Added
isRequiredproperty toFieldBlocState. - Changes
TextFieldBloc<Error>toTextFieldBloc. - Added
valueToIntproperty toTextFieldBlocState. - Added
valueToDoubleproperty toTextFieldBlocState. - Added
FormBlocDelegate.
0.3.1 #
- Added
isCancelingproperty toFormBlocSubmitting.
0.3.0 #
- Dependency and Documentation Updates.
- Added
submissionProgressproperty toFormBlocState. - Added
canSubmitproperty toFormBlocState. - Added
FormBlocSubmissionFailedstate toFormBloc. - Added
FormBlocSubmissionCancelledstate toFormBloc. - Added
cancelSubmissionevent toFormBloc. - Added
updateStateevent toFormBloc. - Added
onCancelSubmissionmethod toFormBloc. - Added
FileFieldBloc.
0.2.0 #
- Documentation Updates
0.1.0 #
- Initial Version of the library.