find_in_page 2.2.2 copy "find_in_page: ^2.2.2" to clipboard
find_in_page: ^2.2.2 copied to clipboard

An in-app find bar for Flutter. Wrap your page and Ctrl+F highlights and scrolls to every match, in text you never wrapped and in lazy-list rows that were never built.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add find_in_page

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

dependencies:
  find_in_page: ^2.2.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:find_in_page/find_in_page.dart';
2
likes
160
points
947
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

An in-app find bar for Flutter. Wrap your page and Ctrl+F highlights and scrolls to every match, in text you never wrapped and in lazy-list rows that were never built.

Repository (GitHub)
View/report issues

Topics

#search #find #highlight #text #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on find_in_page