app_select_fields 0.0.3 copy "app_select_fields: ^0.0.3" to clipboard
app_select_fields: ^0.0.3 copied to clipboard

Material 3 single-select and multi-select form fields for Flutter. Opens a draggable bottom sheet with built-in search and lazy pagination — themeable, form-integrated, no extra dependencies.

0.0.3 and 0.0.2 #

  • Add noRecordWidget to both widgets for a custom empty-state message.
  • Add displaySelectedCount to AppMultiSelect (default true) to optionally hide the sheet's "N selected" summary chip.
  • Add inputDecorationStyle, inputValueStyle, hintStyle, and inputLabelStyle to both widgets and to AppSelectStyle, for direct style overrides — the widget-level one wins when both are set. Renames AppSelectStyle.labelStyle to inputLabelStyle and AppSelectStyle.textStyle to inputValueStyle to match.
  • Add selectedInputTemplate and optionTemplate to both widgets, letting callers replace the default Text with a fully custom widget for the trigger's selected-value display and each option-sheet row, given that option's label and value.
  • Add cancelButtonLabel and cancelButtonStyle to both widgets (the latter also on AppSelectStyle), and confirmButtonLabel/confirmButtonStyle to AppMultiSelect, to override the sheet's action button text and style. (AppSingleSelect's sheet has no confirm button — it closes on tap.)

0.0.1 #

  • Initial release: AppSingleSelect and AppMultiSelect bottom-sheet fields.
2
likes
0
points
208
downloads

Publisher

unverified uploader

Weekly Downloads

Material 3 single-select and multi-select form fields for Flutter. Opens a draggable bottom sheet with built-in search and lazy pagination — themeable, form-integrated, no extra dependencies.

Repository (GitHub)
View/report issues

Topics

#dropdown #select #form #bottom-sheet #material

License

unknown (license)

Dependencies

flutter

More

Packages that depend on app_select_fields