Skip to content

Krysl/win_messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors