flutter_colorful_search 1.0.2 copy "flutter_colorful_search: ^1.0.2" to clipboard
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 maxLines parameter to FlutterColorfulSearch for controlling the maximum number of lines displayed.
    • Defaults to 2 if not specified.
    • Text that exceeds the limit is truncated with an ellipsis (...).
  • 🛠 Improved internal code to use Text.rich with proper maxLines and overflow support.

1.0.1 #

  • 📄 Updated README.md to 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.
4
likes
160
points
18
downloads

Publisher

verified publisherraihansikdar.com

Weekly Downloads

A lightweight Flutter widget to highlight matching text segments within a string using customizable colorful styles — perfect for search and autocomplete UIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_colorful_search