form_builder_extra_fields 7.1.0 copy "form_builder_extra_fields: ^7.1.0" to clipboard
form_builder_extra_fields: ^7.1.0 copied to clipboard

outdated

This package provides additional input fields for flutter_form_builder package

7.1.0 31-Jan-2022 #

  • Use flutter_datetime_picker_bdaya instead of the unmaintained flutter_datetime_picker
  • TypeAhead onReset uses valueTransformer
  • Export the class TextFieldProps - prevents importing from transitive dependency dropdown_search

7.0.0 27-Oct-2021 #

  • flutter_form_builder ^7.0.0 compatibility
  • Upgraded packages

7.0.0-alpha.6 10-Sep-2021 #

  • Upgraded flutter_colorpicker dependency - comes with improvements to FormBuilderColorPicker field
  • Upgraded dropdown_search dependency - comes with improvements to FormBuilderDropdownSearch field
  • Breaking Changes: comes with breaking changes in FormBuilderColorPicker modes

7.0.0-alpha.5 02-Sep-2021 #

  • Upgrade form_builder to v7.0.0-alpha.3

7.0.0-alpha.4 25-May-2021 #

  • Use null-safe version of flutter_chips_input
  • Rename InputType to CupertinoDateTimePickerInputType - avoids name clash with form_builder_fields

7.0.0-alpha.3 17-May-2021 #

  • Replaced rating_bar packge with a popular, better maintained and null-safe flutter_rating_bar

7.0.0-alpha.2 17-May-2021 #

  • Improvements to package documentation and example

7.0.0-alpha.1 16-May-2021 #

  • Split into own package from flutter_form_builder