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

Ctrl+F for Flutter: a find-in-page bar that highlights every match across your widgets, jumps between them, and scrolls the active match into view.

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: ^0.2.0

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
171
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdeveloperyusuf.com

Weekly Downloads

Ctrl+F for Flutter: a find-in-page bar that highlights every match across your widgets, jumps between them, and scrolls the active match into view.

Repository (GitHub)
View/report issues

Topics

#search #find #highlight #text #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on find_in_page