select_dialog 2.0.1 copy "select_dialog: ^2.0.1" to clipboard
select_dialog: ^2.0.1 copied to clipboard

Package designed to select an item from a list, with the option to filter and even search the items online.

[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
89
likes
130
pub points
94%
popularity

Publisher

unverified uploader

Package designed to select an item from a list, with the option to filter and even search the items online.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on select_dialog