fluid_dropdown_input 1.1.0
fluid_dropdown_input: ^1.1.0 copied to clipboard
An advanced dropdown input widget for Flutter, featuring search, dynamic positioning, and a customizable UI. Built to be robust and easy to use.
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.