Skip to content
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 system clipboard #422

Closed
1 task done
claws99 opened this issue Jul 5, 2023 · 3 comments
Closed
1 task done

[Feature request]: Implement system clipboard #422

claws99 opened this issue Jul 5, 2023 · 3 comments
Assignees
Labels
enhancement Small enhancements to existing features
Milestone

Comments

@claws99
Copy link

claws99 commented Jul 5, 2023

Is your feature request related to a problem? Please describe

currently an image (or svg) can't be pasted (using ctrl+v) from system's clipboard.
If I copied an image or svg from the web or external vectorgraphics editor.
I should be able to paste it into this app.

Describe your feature request!

Implement system clipboard.

This could also be used to
move images/svgs from one page to another page or from one notebook to another notebook in this app.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@claws99 claws99 added the enhancement Small enhancements to existing features label Jul 5, 2023
@github-project-automation github-project-automation bot moved this to 📕 Todo in Butterfly Jul 5, 2023
@CodeDoctorDE
Copy link
Member

currently the flutter clipboard class only support text: https://api.flutter.dev/flutter/services/ClipboardData-class.html but I found some libs implementing this:

Otherwise this is the issue on the flutter repo: flutter/flutter#23603

@CodeDoctorDE
Copy link
Member

For implementation see #446

@CodeDoctorDE CodeDoctorDE added this to the 2.0 milestone Jul 12, 2023
@github-project-automation github-project-automation bot moved this from 📕 Todo to ✅ Done in Butterfly Jul 16, 2023
@CodeDoctorDE
Copy link
Member

Implemented in 2.0.0-beta.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small enhancements to existing features
Projects
Archived in project
Development

No branches or pull requests

2 participants