select_dialog 2.0.1 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.0] - 2020.09.06 #
[1.1.0] - 2020.04.24 #
[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