select_form_field 2.2.0 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.