flutter_searchify 0.1.3
flutter_searchify: ^0.1.3 copied to clipboard
A reusable autocomplete search widget for Flutter.
0.1.3 - 2025-07-25 #
- Initial release of
flutter_searchify. - A customizable autocomplete dropdown widget with overlay support.
- Supports async search (e.g. from API) with debounce.
- Easily pluggable into any form with full UI customization (input style, list items, separators, etc.).
- Designed for RTL/LTR support and keyboard interactions.
- Built for flexibility: define how items are searched, built, and selected.