flutter_searchify 0.1.4
flutter_searchify: ^0.1.4 copied to clipboard
A reusable autocomplete search widget for Flutter.
0.1.4 - 2025-07-25 #
Added #
highlightMatch(String text, String query)function for showing matched query with highlight- Documentation comments for public methods and state logic
Changed #
- Default
itemBuildernow useshighlightMatchif no builder is provided
Fixed #
- Minor UI inconsistency in padding/margin alignment between input and list items