multiselect_formfield 0.1.3 multiselect_formfield: ^0.1.3 copied to clipboard
A multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
[0.1.3] - 05/07/2020 #
- Bugfix: When providing default value on load the validator is always null
- Removed all intellij files and .gitignored. This seems to be recommended. Also .gitignored some files that were auto generated in my project for iOS.
- Fixed a warning with the validator that said you must always return something. Returning null is the proper thing to return if passed validation: https://flutter.dev/docs/cookbook/forms/validation.
- BREAKING CHANGE. Removed value. Seems like its more standard to have initialValue. Replaced value for the built in state.value. In which initialvalue automatically sets state.value as seen in https://github.com/flutter/flutter/blob/e0c63cd35e15e407a80dc44281cc392535fcce25/packages/flutter/lib/src/widgets/form.dart#L422.
Thanks to David Corrado.
[0.1.2] - 09/27/2019 #
- Changed README.
[0.1.1] - 03/25/2019 #
- Fixed README.
[0.1.0] - 03/25/2019 #
- First release.