find_dropdown 1.0.1-beta.2 find_dropdown: ^1.0.1-beta.2 copied to clipboard
Simple and robust FindDropdown with item search feature, making it possible to use an offline item list or filtering URL for easy customization.
[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.2] - 2020.09.27 #
[0.2.1] - 2020.09.06 #
[0.2.0] - 2020.04.20 #
[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