flutter-tizen / embedder

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

Implement FlutterDesktopViewGetResourceId #52

Closed xiaowei-guan closed 10 months ago

xiaowei-guan commented 10 months ago

Replace surface id with resource id for fixing overlap issue on Tizen TV 6.0.

JSUYA commented 10 months ago

@xiaowei-guan Hi Can you please tell us the PR or codes that uses FlutterDesktopViewGetResourceId()? If used only in plugins, wouldn't it be better to use a method channel (window channel or platform(view) channel)?

xiaowei-guan commented 10 months ago

@xiaowei-guan Hi Can you please tell us the PR or codes that uses FlutterDesktopViewGetResourceId()? If used only in plugins, wouldn't it be better to use a method channel (window channel or platform(view) channel)?

Hello, this new API just for video_palyer_avplay plugin(https://github.com/xiaowei-guan/plugins/commit/f3cff83de6d0ffbc198ea1fc1230dd7ac91165bc)