flutter_form_bloc 0.31.0 flutter_form_bloc: ^0.31.0 copied to clipboard
Create Beautiful Forms in Flutter. The easiest way to Prefill, Async Validation, Update Form Fields, and Show Progress, Failures or Navigate by Reacting to the Form State.
0.31.0 #
- Update sdk constraints to
>=2.12.0 <4.0.0
- Update dependencies
0.30.1 #
- fix wizard form issues https://github.com/GiancarloCode/form_bloc/issues/285
0.30.0 #
- Improve FieldBloc.value management you can check more here https://github.com/GiancarloCode/form_bloc/pull/280
- Added the ability to scroll to the first wrong field!
- Fix themes in check box, slider and switch
0.29.3 #
- fix checkbox style on CheckboxFieldBlocBuilder
0.29.2 #
-
Added ChoiceChipFieldBlocBuilder , FilterChipFieldBlocBuilder and SliderFieldBlocBuilder
-
fix onStepCancel on StepperFormBlocBuilder
0.29.0 #
-
Updated to
form_bloc: ^0.28.0
. -
Simplification of the dropdown
-
Dropdown enhancements
- Now you can customize the dropdown theme more
- Fixed DropdownFieldBlocBuilder icon alignment
- Now you can disable single elements of the dropdown or fieldgroups
- Now you can pass a widget to dropdown or fieldgroups
- Dropdown or fieldGroups items now have all the space available and are pre-aligned in the center
- Use GroupInputDecorator to create custom widget builders for your groups!
- Simplify the construction of the Radio, you do not need two Radios to deselect the value
- Fix missing parameters on date time field
- expose DropdownFieldBlocBuilder hint and disable hint
- Removed dropdown code forked from flutter and platform dropdown code (mobile/web)
- Now the dropdown will not open when it acquires focus
- Reduced and simplified the dropdown code
-
Added theme for all FieldBlocBuilders
0.20.7-alpha #
- Updated to
form_bloc: ^0.20.7-alpha
.
0.20.6 #
- Updated to
form_bloc: ^0.20.6
.
0.20.5 #
- fix Warning: Operand of null-aware operation
0.20.4 #
- Updated to
form_bloc: ^0.20.4
.
0.20.3 #
- fix dropdown issue
- Updated to
form_bloc: ^0.20.3
.
0.20.2 #
-
DateTimeFieldBlocBuilder enhancement
- Ability to add the text alignment.
- Ability to add style.
- Fix date time picker initial time
-
DateTimeFieldBlocBuilder enhancement
- Ability to add onChanged callback
- Ability to add custom empty item label
0.20.1 #
-
fix make extra-data nullable
-
fix dropdown issue
0.20.0 #
- support for autofillHints in TextFieldBlocBuilder
Breaking changes #
- Null safety migration
- Updated to
form_bloc: ^0.20.0
.
0.18.0 #
Bad version, you should use >=0.19.0
or <= 0.15.1
.
0.17.0 #
Bad version, you should use >=0.19.0
or <= 0.15.1
.
0.16.0 #
Bad version, you should use >=0.19.0
or <= 0.15.1
.
0.15.1 #
- Fix widgets in web platform.
0.14.0 #
- Updated to
form_bloc: ^0.14.0
. - Updated to
flutter_bloc: ^0.4.0
.
0.13.1 #
- Updated to
form_bloc: ^0.13.1
.
0.13.0+1 #
- Fixed pub health suggestions
0.13.0 #
- Changed
keyboard_utils
toflutter_keyboard_visibility
. FormBlocListener
now is compatible withMultiBlocListener
.- Added
FocusNode
andNextFocusNode
to:DateTimeFieldBlocBuilder
TimeFieldBlocBuilder
0.12.3 #
- Fixed
pickerBuilder
inDateTimeFieldBlocBuilder
.
0.12.2 #
- Fixed Intl version.
0.12.0+1 #
- Fixed changelog.
0.12.0 #
-
Breaking changes #
- Updated to
form_bloc: ^0.12.0
.
- Updated to
-
Added properties to
TextFieldBlocBuilder
:- obscureTextTrueIcon
- obscureTextFalseIcon
- clearTextIcon
- asyncValidatingIcon
0.11.2 #
- Added
clearIcon
to:DateTimeFieldBlocBuilder
TimeFieldBlocBuilder
0.11.1 #
- Fixed content padding of decoration in:
DropdownFieldBlocBuilder
DateTimeFieldBlocBuilder
TimeFieldBlocBuilder
0.11.0+1 #
- Fixed pub health issues
0.11.0 #
Breaking changes #
- Updated to
form_bloc: ^0.11.0
. - Added
StepperFormBlocBuilder
. - Added
DateTimeFieldBlocBuilder
. - Added
TimeFieldBlocBuilder
. - Added
CanShowFieldBlocBuilder
. - All widgets now are animated by default if the
FieldBloc
is added or removed from theFormBloc
. - Documentation Updates.
0.10.6 #
- Fixed bug of size on first rendered of
DropdownFieldBlocBuilder
.
0.10.5 #
- Fixed
decoration.hintText
property ofDropdownFieldBlocBuilder
0.10.3 #
- Added
SwitchFieldBlocBuilder
. - Added/Fixed properties of
TextFieldBlocBuilder
:- readOnly
- buildCounter
- dragStartBehavior
- enableInteractiveSelection
- enableSuggestions
- expands
- scrollController
- strutStyle
- showCursor
- scrollPhysics
- textAlignVertical
- toolbarOptions
- Added
controlAffinity
property toCheckboxFieldBlocBuilder
. - Documentation Updates.
0.10.2 #
- Fixed
minLines
property ofTextFieldBlocBuilder
.
0.10.1 #
- Fixed
SuffixButton.clearText
ofTextFieldBlocBuilder
.
0.10.0 #
Breaking changes #
- Updated to
form_bloc: ^0.10.0
. - Documentation Updates.
- Added more examples.
0.7.0 #
- Added
defaultErrorBuilder
property toFieldBlocBuilder
. - Updated to
form_bloc: ^0.8.0
. - Updated to
flutter_bloc: ^3.2.0
. - Added
onDeleting
,onDeleteFailed
,onDeleteSuccessful
callbacks toFormBlocListener
. - Added more examples.
0.6.1-beta-1 #
- Added
defaultErrorBuilder
property toFieldBlocBuilder
.
0.6.0 #
- Updated to
bloc: ^3.0.0
. - Updated to
flutter_bloc: ^3.1.0
. - Updated to
form_bloc: ^0.7.0
. - Fixed bug in
onTap
method ofTextFieldBlocBuilder
. - Documentation Updates.
0.5.0 #
- Updated to
bloc: ^1.0.0
. - Updated to
flutter_bloc: ^1.0.0
. - Updated to
form_bloc: ^0.6.0
. - Documentation Updates.
0.4.4 #
- Dependencies Updates.
- Fixed bug in suggestions of
TextFieldBlocBuilder
. - Added the next properties to
TextFieldBlocBuilder
.- hideOnLoadingSuggestions = false,
- hideOnEmptySuggestions = false,
- hideOnSuggestionsError = false,
- loadingSuggestionsBuilder,
- suggestionsNotFoundBuilder,
- suggestionsErrorBuilder,
- keepSuggestionsOnLoading = false,
- showSuggestionsWhenIsEmpty = true,
0.4.3 #
- Updated to
form_bloc: ^0.5.2
. - Documentation Updates.
0.4.2 #
- Updated to
form_bloc: ^0.5.1
.
0.4.1+1 #
- Documentation Updates.
0.4.1 #
FormBlocListener
improved.
0.4.0+1 #
- Documentation Updates.
0.4.0 #
- Documentation Updates.
- Updated to
form_bloc: ^0.5.0
. - Added more examples.
0.3.1 #
- Documentation Updates.
0.3.0 #
- Documentation Updates.
- Updated to
form_bloc: ^0.4.1
. - Added
CheckBoxGroupFieldBlocBuilder
. - Added more examples.
0.2.1 #
- Updated to
form_bloc: ^0.3.1
.
0.2.0 #
- Dependencies and Documentation Updates.
- Added
RadioButtonGroupFieldBlocBuilder
(#1). - Add Form with progress example.
0.1.0 #
Initial Version of the library.