Skip to content

Latest commit

 

History

History
95 lines (63 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

95 lines (63 loc) · 2.34 KB

[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