Skip to content

New plugin supporting the Window API #916

@JSUYA

Description

@JSUYA

We may need to provide a Dart API for controlling Windows.
(We are already providing a way to control the window using the internal method channel. flutter-tizen/embedder#122)

However, some plugins already obtain the window native handle, open to libecore_wl2.so using dlopen, and make EcoreWl2WindowProxy.
https://github.com/flutter-tizen/plugins/blob/master/packages/video_player_avplay/tizen/src/ecore_wl2_window_proxy.h

Therefore, we can provide APIs as plugins for several APIs.

ecore_wl2_window_show
ecore_wl2_window_hide

ecore_wl2_window_activate
ecore_wl2_window_raise
ecore_wl2_window_lower

ecore_wl2_window_alpha_get
ecore_wl2_window_alpha_set

ecore_wl2_window_title_set   // ??
ecore_wl2_window_title_get  //??

If you have any opinions, please feel free.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions