Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 633 Bytes

[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.