-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (25 loc) · 645 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (25 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: screen_text_extractor
description: This plugin allows Flutter desktop apps to extract text from screen.
version: 0.1.3
homepage: https://github.com/leanflutter/screen_text_extractor
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
clipboard_watcher: ^0.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
dependency_validator: ^3.0.0
flutter:
plugin:
platforms:
linux:
pluginClass: ScreenTextExtractorPlugin
macos:
pluginClass: ScreenTextExtractorPlugin
windows:
pluginClass: ScreenTextExtractorPlugin