CHB61 / multi_select_flutter

A flexible multi select package for Flutter. Make multi select widgets the way you want.
https://pub.dev/packages/multi_select_flutter
BSD 2-Clause "Simplified" License
238 stars 223 forks source link

Added parameter to style the container with error state #175

Open elimm opened 1 year ago

elimm commented 1 year ago

Added ability to set custom container decoration in case validation fails. It works with MultiSelectBottomSheetField and MultiSelectDialogField.

maxbeech commented 1 year ago

Thanks so much for this @elimm. Can we please merge this? Using fields from this package really stands out at the moment without this as it's atypical for this not to be supported.

elimm commented 1 year ago

@CHB61 hasn't responded for a while, you can use my fork as an option

maxbeech commented 1 year ago

Will do, thank you!