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

outdated

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.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:screen_text_extractor/screen_text_extractor.dart';
18
likes
140
points
75
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clipboard_watcher, flutter

More

Packages that depend on screen_text_extractor