dynamic_text_highlighting 0.0.8 copy "dynamic_text_highlighting: ^0.0.8" to clipboard
dynamic_text_highlighting: ^0.0.8 copied to clipboard

outdated

Dynamic text highlighting.

Dynamic Text Highlighting (DTH) #

TODO: Description

Getting Started #

Coming soon, package still under development.

Example #

Widget buildDTH(String text, String highlightText) {
  return DynamicTextHighlighting(
    text: text,
    highlightText: highlightText,
    highlightColor: Colors.yellow,
    style: TextStyle(
      fontSize: 18.0,
      fontWeight: FontWeight.bold,
    ),
  );
}
54
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Dynamic text highlighting.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dynamic_text_highlighting