flutter_form_bloc 0.10.0 copy "flutter_form_bloc: ^0.10.0" to clipboard
flutter_form_bloc: ^0.10.0 copied to clipboard

outdated

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.10.0 #

Breaking changes #

  • Updated to form_bloc: ^0.10.0.
  • Documentation Updates.
  • Added more examples.

0.7.0 #

  • Added defaultErrorBuilder property to FieldBlocBuilder.
  • Updated to form_bloc: ^0.8.0.
  • Updated to flutter_bloc: ^3.2.0.
  • Added onDeleting, onDeleteFailed, onDeleteSuccessful callbacks to FormBlocListener.
  • Added more examples.

0.6.1-beta-1 #

  • Added defaultErrorBuilder property to FieldBlocBuilder.

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 of TextFieldBlocBuilder.
  • 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.

216
likes
0
pub points
91%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bloc, collection, flutter, flutter_bloc, flutter_keyboard_visibility, form_bloc, rxdart

More

Packages that depend on flutter_form_bloc