flutter_colorful_search 1.0.2
flutter_colorful_search: ^1.0.2 copied to clipboard
A lightweight Flutter widget to highlight matching text segments within a string using customizable colorful styles — perfect for search and autocomplete UIs.
1.0.2 #
- ✨ Added
maxLinesparameter toFlutterColorfulSearchfor controlling the maximum number of lines displayed.- Defaults to
2if not specified. - Text that exceeds the limit is truncated with an ellipsis (
...).
- Defaults to
- 🛠 Improved internal code to use
Text.richwith propermaxLinesandoverflowsupport.
1.0.1 #
- 📄 Updated
README.mdto include usage example and demo GIF with a public URL. - 🧪 Added full widget test coverage for
FlutterColorfulSearch. - 🛠 Minor code cleanup and formatting improvements.
1.0.0 #
- Initial release of
flutter_colorful_search. - Highlight matched search terms inside a string.
- Supports case-insensitive matching.
- Fully customizable text styles for both highlighted and normal text.
- Lightweight and easy to use in search-based UIs.