flutter_highlight_search_text 0.0.1 copy "flutter_highlight_search_text: ^0.0.1" to clipboard
flutter_highlight_search_text: ^0.0.1 copied to clipboard

This is a Simple Inherited Widget to highlight text in a search result, with custom highlight TextStyle.This package is perfect for building search functionalities where you want to draw attention to [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_highlight_search_text

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

dependencies:
  flutter_highlight_search_text: ^0.0.1

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:flutter_highlight_search_text/flutter_highlight_search_text.dart';
1
likes
140
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

This is a Simple Inherited Widget to highlight text in a search result, with custom highlight TextStyle.This package is perfect for building search functionalities where you want to draw attention to matched text within a list of results or any other use case where text highlighting is needed.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_highlight_search_text