find_dropdown_plus 1.0.2 copy "find_dropdown_plus: ^1.0.2" to clipboard
find_dropdown_plus: ^1.0.2 copied to clipboard

Simple and robust FindDropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.

1.0.2 2026.02.19 #

FindDropdownChip — exibição em Chip #

  • Novo widget FindDropdownChip que exibe item(ns) selecionado(s) como Chip do Material
  • Suporte a single e multiSelect; no multiSelect cada chip tem botão de remoção
  • Parâmetro chipBuilder para customizar o Chip
  • FindDropdownChipState com clear() e setSelectedItem()
  • Integração com FindDropdownThemeData

FindDropdownThemeData para personalização de tema #

  • Nova classe FindDropdownThemeData para customizar cores e estilos
  • Propriedades: dropdownBackgroundColor, dropdownBorderColor, iconColor, selectedItemStyle, validationErrorColor, validationMessageStyle, fontFamily
  • Parâmetro theme opcional em FindDropdown e FindDropdown.multiSelect
  • Retrocompatível: todas as propriedades são opcionais

Migração para Flutter 3.41.x e Dart 3.x #

  • pubspec.yaml: constraint de SDK atualizado de >=2.12.0 <3.0.0 para >=3.0.0 <4.0.0
  • select_dialog atualizado de ^2.0.1 para ^2.0.2
  • Adicionado flutter_lints e analysis_options.yaml com strict-casts, strict-inference, strict-raw-types
  • Typedefs migrados para a sintaxe moderna (typedef Foo = ...)
  • ArgumentError.checkNotNull (depreciado) removido de forwarding_stream.dart
  • void dispose() async corrigido para Future<void> dispose() no FindDropdownBloc
  • RaisedButton substituído por ElevatedButton no exemplo
  • FloatingActionButton(mini: true) substituído por FloatingActionButton.small() no exemplo
  • print() substituído por log() de dart:developer no exemplo
  • Criados testes unitários e de widget em test/

1.0.1 2021.06.26 #

Added clear selected items function #

Closed issues #

#38

1.0.0 2021.03.09 #

Migrated to NullSafety [more] #

Following the Flutter 2.0, this package has been migrated to Null Safety

Removed rxdart dependency. #

Now, the content from rxdart is migrated to local, on the folder rxdart. This prevents incompatibilities between the version of rxdart in the project and the package.

Deprecated searchHint field. #

Use 'hintText' property from searchBoxDecoration

0.2.3 2021.02.12 #

Added searchHint property to change the hintText #

0.2.2 2020.09.27 #

Updated select_dialog to 1.2.1 #

Added multiple select items support #

Clear or update selection programmatically feature released #

0.2.1 2020.09.06 #

rxdart 0.24.x version bump #

Updated select_dialog to 1.2.0 #

License updated (MIT) #

Added properties #

  • labelVisible - To show the label in field
  • searchBoxMaxLines
  • searchBoxMinLines

0.2.0 2020.04.20 #

Added autofocus property #

Added web size adaptation #

image

Added callbacks #

  • emptyBuilder
  • loadingBuilder
  • errorBuilder

Added constraints property #

image

image

Added in-code documentation #

image

0.1.7+1 2019.10.02 #

  • Updated bottom distance

0.1.7 2019.10.02 #

  • Updated clear button

0.1.6 2019.09.27 #

  • Added show or hide searchbox capability
  • Added clear feature
  • Added searchBoxDecoration property

0.1.5+1 2019.09.26 #

  • Updated README.md

0.1.5 2019.09.25 #

  • Added parameter "validate"

0.1.4+1 2019.09.25 #

  • Formatted file find_dropdown.dart

0.1.4 2019.09.25 #

  • Updated README.md

0.1.3 2019.09.25 #

  • Updated README.md

0.1.2 2019.09.25 #

  • Updated git repository reference

0.1.1 2019.09.25 #

  • Updated min. sdk version

0.1.0 2019.09.25 #

  • First publication
1
likes
160
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

Simple and robust FindDropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, select_dialog

More

Packages that depend on find_dropdown_plus