flutter_keyword_highlighter 0.0.1 flutter_keyword_highlighter: ^0.0.1 copied to clipboard
A Flutter package to highlight specific keywords in text.
flutter_keyword_highlighter #
A Flutter package that allows you to highlight specific keywords in a given text. This package provides a customizable way to emphasize important words or phrases within a paragraph, making it ideal for educational apps, text readers, or any app requiring text analysis.
Features #
- Highlight specific keywords in a paragraph.
- Customize highlight color and text color.
- Adjust the font size of highlighted text independently.
- Easy to integrate into any Flutter application.
Installation #
To use this package, add flutter_keyword_highlighter
to your pubspec.yaml
file:
dependencies:
flutter_keyword_highlighter: ^0.0.1 # Check for the latest version on pub.dev