search_highlight_text 1.0.0+2 copy "search_highlight_text: ^1.0.0+2" to clipboard
search_highlight_text: ^1.0.0+2 copied to clipboard

Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add search_highlight_text

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  search_highlight_text: ^1.0.0+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:search_highlight_text/search_highlight_text.dart';
21
likes
140
pub points
90%
popularity

Publisher

unverified uploader

Simple Inherited Widget to highlight text in a search result, with custom highlight Color and highlight TextStyle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on search_highlight_text