select_form_field 2.2.0 copy "select_form_field: ^2.2.0" to clipboard
select_form_field: ^2.2.0 copied to clipboard

A Flutter select form field widget. It shows a list of options in a dropdown menu.

2.2.0 - 2021-07-27 #

  • Change how SelectFormField identify and set the initial value from item list (issue #8).
  • Fixed field cleaning (issue #11).

2.1.0 - 2021-07-07 #

  • Fixed bug of return when click outside the select items.
  • Improved validation of initialValue and items parameters.

2.0.0 - 2021-03-09 #

  • Migrate to null safety.
  • Update SDK constraints to >=2.12.0 <3.0.0 based on beta release guidelines.
  • Remove deprecated FlatButton and maxLengthEnforced.

1.1.0 - 2020-12-07 #

  • Increment an option to show itens as dropdown or dialog with search.
  • Exemple update.

1.0.1 - 2020-08-05 #

  • Fixed issue #1 - text render overflowed.

1.0.0 - 2020-07-17 #

  • Fixed use of widget with empty initial value.
  • Improved README.md.
  • Improved testing.
  • Improved example app.
  • Final validation.

0.1.1 - 2020-07-16 #

  • Example page published.

0.1.0 - 2020-07-16 #

  • Initial Open Source release.
86
likes
110
pub points
93%
popularity

Publisher

verified publisherm3uzz.com

A Flutter select form field widget. It shows a list of options in a dropdown menu.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on select_form_field