flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.01k stars 27.19k forks source link

Raycast can paste text to input #153907

Open letungcntt opened 4 weeks ago

letungcntt commented 4 weeks ago

Use case

With MacOS, application Raycast, Alfred can't paste text to input. (The another application work)

https://github.com/user-attachments/assets/92706ceb-2499-4991-8f51-44a81829a184

Proposal

Flutter can paste text by action other

huycozy commented 4 weeks ago

Additional information: I see this is working on Flutter Web app. It only doesn't work on Flutter macOS app. And Raycast app seems to be available on macOS only.

letungcntt commented 4 weeks ago

Additional information: I see this is working on Flutter Web app. It only doesn't work on Flutter macOS app. And Raycast app seems to be available on macOS only.

yes, on windows and linux platforms there may be applications with similar functions

justinmc commented 4 weeks ago

Currently the Clipboard class only supports plain text, I wonder if that is related? Otherwise not sure why this wouldn't work. I don't know how Raycast works but I'm assuming it's using the clipboard as usual.