feat(clipboard): Add pasteboard support for cross-platform image paste

This commit is contained in:
cogwheel0
2025-12-08 12:47:12 +05:30
parent fbeaebe0e8
commit 145a42b504
16 changed files with 230 additions and 56 deletions

View File

@@ -79,6 +79,7 @@ dependencies:
html_unescape: ^2.0.0
home_widget: ^0.8.1
flutter_highlight: ^0.7.0
pasteboard: ^0.4.0
# Clipboard functionality is available through flutter/services (part of Flutter SDK)