-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request]: Implement internal clipboard #446
Comments
I don't think an internal clipboard would be good.
I think implementing a lib would be better. I think implementing an internal clipboard will need more work instead of just adding these feature to my library natively |
I tested a bit around and found these things out:
After investigations, I would try adding an internal clipboard here. We can think about adding an extra system for windows |
Finally how was System clipboard implemented? |
I used the libreoffice system: I don't use the system clipboard for non-text things. |
Is your feature request related to a problem? Please describe
Currently,
cut, copy, paste
don't work for non-text data (objects, images etc). Problem as highligted in #422 is that flutter doesn't grant system clipboardDescribe your feature request!
As a work around we can implement an internal clipboard which will get such jobs done. And enable us to move content from one page to another page. Or even within notebooks of our app.
Later on, when suitable solution arrives it can be modified to access system clipboard.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: