screen_text_extractor 0.1.3 copy "screen_text_extractor: ^0.1.3" to clipboard
screen_text_extractor: ^0.1.3 copied to clipboard

This plugin allows Flutter desktop apps to extract text from screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_text_extractor

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

dependencies:
  screen_text_extractor: ^0.1.3

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:screen_text_extractor/screen_text_extractor.dart';
17
likes
130
pub points
71%
popularity

Publisher

verified publisherleanflutter.dev

This plugin allows Flutter desktop apps to extract text from screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

clipboard_watcher, flutter

More

Packages that depend on screen_text_extractor