Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 1.7 KB

[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