Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 1.91 KB

[2.0.2] - 2023.08.29

  • fix loading by @zlhz
  • Show selected item first by @domenicrz
  • Dialog Label: make it possible to use Widget by @davidsdearaujo

[2.0.1] - 2023.08.29

  • Flutter 3.13.0 compatibility

[2.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

[1.2.3] - 2021.01.05

Added findController parameter to change onFind text by programmatically

[1.2.1] - 2020.09.27

Implemented multiple select items

[1.2.0] - 2020.09.06

Rx dart 0.24.x bump

Implemented properties

  • searchBoxMaxLines
  • searchBoxMinLines
  • searchHint

[1.1.0] - 2020.04.24

Added web size adaptation

image

Added callbacks

  • emptyBuilder [Closes #11]
  • loadingBuilder
  • errorBuilder

Added constraints property

image

image

Added in-code documentation

image

Added autofocus property [Closes #5]

[1.0.6+1] - 2019.09.28

  • Common fix

[1.0.6] - 2019.09.28

  • Added searchBoxDecoration property

[1.0.0+5] - 2019.09.27

  • Added show or hide searchbox capability

[1.0.0] - 2019.09.21

  • Initial Commit