flutter_keyword_highlighter 0.1.2 flutter_keyword_highlighter: ^0.1.2 copied to clipboard
A flexible Flutter package for highlighting specific keywords and characters in text with customizable styles, making it perfect for text-based applications and user interfaces.
flutter_keyword_highlighter #
A Flutter package to highlight specific keywords in text with customizable styles and options for highlighting specific indices.
Features #
- Highlight specific keywords in a paragraph.
- Customize highlight color and text color.
- Specify different font sizes for highlighted text.
- Optionally highlight specific indices within the text.
- Supports multiple highlighted texts with different styles.
Installation #
Add the package to your pubspec.yaml
:
dependencies:
flutter_keyword_highlighter: ^0.1.1 # Check for the latest version on pub.dev