flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Improve clipboard without cbhm #65

Closed JSUYA closed 2 months ago

JSUYA commented 2 months ago

Starting from Tizen 8.0, the cbhm package is not distributed. Therefore, support the platform's clipboard feature using the ecore_wl2 APIs. ecore_wl2_offer_receive() and ecore_wl2_offer_mimes_get() can be found in Tizen 5.5 rootstrap, but are not distributed in the actual ecore_wl2 header. Therefore, this feature is supported starting from tizen 6.5. This feature supports TV profiles of Tizen 6.5 or higher. However, in Tizen 6.0 and below, copy&paste is supported only for data within the application.

JSUYA commented 2 months ago

https://github.com/flutter-tizen/embedder/pull/64 merge first

JSUYA commented 2 months ago

The build error seems to be related to the link below. https://github.com/orgs/community/discussions/120966 + https://www.githubstatus.com/