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

Ctrl+F for Flutter. Highlight search matches across your widgets, navigate between them, and scroll the active match into view.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add find_in_page

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 dart pub get):

dependencies:
  find_in_page: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
171
downloads

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

Ctrl+F for Flutter. Highlight search matches across your widgets, navigate between them, and scroll the active match into view.

Repository (GitHub)
View/report issues

Topics

#search #find #highlight #text #widget

License

unknown (license)

Dependencies

flutter

More

Packages that depend on find_in_page