screen_text_extractor 0.1.3 screen_text_extractor: ^0.1.3 copied to clipboard
This plugin allows Flutter desktop apps to extract text from screen.
0.1.3 #
- chore: bump flutter 3.10.0 & bump clipboard_watcher to 0.2.0
0.1.2 #
- Recovery
isAccessAllowed
andrequestAccess
methods
0.1.1 #
- [macos] Remove implementation via accessibility api
- [macos] Support sandbox mode
- Replace the
extractFromClipboard
,extractFromScreenSelection
methods with theextract
method
0.1.0 #
- First release.