fluid_dropdown_input 1.1.2
fluid_dropdown_input: ^1.1.2 copied to clipboard
Dropdown for Flutter with search, dynamic positioning and customizable UI. Robust on small phones (search opens in a scrollable bottom sheet).
1.1.2 #
- Minor metadata improvements for better package presentation.
1.1.1 #
- Added animated demo.gif to screenshots and README.
1.1.0 #
- Added built-in i18n (es/en/pt) via lightweight map.
- New
languageCodeparameter.placeholdercan be omitted; it is auto-localized at runtime. - Search mode now uses a modal bottom sheet with scroll to avoid keyboard overlap on small phones.
- Added topics in
pubspec.yamlfor better discoverability.
1.0.2 #
- Fixed a
setState() called during builderror.
1.0.1 #
- Added dartdoc comments to improve the package score.
1.0.0 #
- Initial release of the package.