form_builder_multi_dropdown 0.9.0 copy "form_builder_multi_dropdown: ^0.9.0" to clipboard
form_builder_multi_dropdown: ^0.9.0 copied to clipboard

Form Builder Multi Dropdown

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.


0.9.0 #

Added #

  • Full integration with flutter_form_builder
  • Generic object support with FormBuilderMultiDropdown<T>
  • Searchable dropdown support
  • Single select mode
  • Multiple selection mode
  • Async data loading support
  • Selection change callback
  • Search change callback
  • Validation support
  • Controller support via MultiSelectController
  • Custom dropdown item builder
  • Custom selected item builder
  • Custom separator support
  • Accessibility improvements
  • Overlay-based dropdown rendering
  • Smooth open/close animations
  • Auto expand direction support (up, down, auto)
  • Improved outside tap detection
  • Floating label behavior support
  • Chip customization
  • Dropdown customization
  • Search field customization
  • Support for dynamic item updates

Improved #

  • Upgraded internal dropdown core based on multi_dropdown 3.1.1
  • Improved dropdown positioning logic
  • Improved keyboard behavior
  • Improved form integration behavior
  • Improved field focus handling
  • Improved selected item rendering
  • Improved overlay stability
  • Improved generic type safety

Notes #


0.0.1 #

Added #

  • Initial release