fluid_dropdown_input 1.1.8
fluid_dropdown_input: ^1.1.8 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.8 #
- Updated demo GIF with optimized size for faster loading on pub.flutter-io.cn.
1.1.7 #
- Major Documentation Overhaul: The
README.md
was restructured and clarified for better usability. - Improved multilingual examples (ES/EN/PT).
1.1.6 #
- Updated demo.gif with new video capture.
- Formatted code to match
dart format
.
1.1.5 #
- Formatted all Dart files with
dart format
to match official style.
1.1.4 #
- Fix demo image to render consistently across pub.flutter-io.cn and GitHub (absolute URL in README + packaged screenshot).
1.1.3 #
- Linked to GitHub repository with demo video.
- Minor docs update.
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
languageCode
parameter.placeholder
can 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.yaml
for better discoverability.
1.0.2 #
- Fixed a
setState() called during build
error.
1.0.1 #
- Added dartdoc comments to improve the package score.
1.0.0 #
- Initial release of the package.