Krysl / win_messages

This a flutter plugin(on windows) for sending messages to the window (such as by sending WM_CLOSE, you can close the window using a flutter's button)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Warnning] This is a early-stage desktop plugins for flutter-desktop-embedding

image

I'm not good at windows developing. This project is just works.

Everyone is free to use this project.

Supported Messages:

  • WM_CLOSE
    Sent as a signal that a window or an application should terminate.
  • SYSCOMMAND
    lParam:
    • SC_MAXIMIZE Maximizes the window.
    • SC_MINIMIZE Minimizes the window.
    • SC_RESTORE Restores the window to its normal position and size.
  • [Others]
    You can modify the source code to support it.

About

This a flutter plugin(on windows) for sending messages to the window (such as by sending WM_CLOSE, you can close the window using a flutter's button)


Languages

Language:Dart 53.3%Language:C++ 42.0%Language:C 4.8%