Skip to content

v3.2.1

Choose a tag to compare

@oi-narendra oi-narendra released this 01 Jul 12:40
· 6 commits to main since this release

Bug Fixes

  • ListTile on Flutter 3.44+: Wrap dropdown item ListTile in Material(type: MaterialType.transparency) to fix debug assertion when items have a background color (#220)
  • Viewport overflow: Clamp overlay dropdown height to available screen space so items remain reachable via scroll on small viewports (#221)

Also includes v3.2.0

  • Custom overflow label: overflowLabelBuilder for localizing "+N more" chip label (#217)
  • Chip text overflow: Long chip labels truncate with ellipsis (#218)
  • README license: Fixed license reference to GPL-3.0 (#219)
  • Grouped items, Select All / Deselect All, custom search filter, bottom sheet mode