win32 1.2.1 win32: ^1.2.1 copied to clipboard
A Dart library for accessing common Win32 APIs using FFI. No C required!
The package includes several examples in the example
subdirectory:
Example | Description |
---|---|
hello.dart |
Basic Petzoldian "hello world" Win32 app |
paint.dart |
Demonstrates simple GDI drawing and min/max window sizing |
console.dart |
Shows usage of console APIs |
msgbox.dart |
Demonstrates a MessageBox from the console |
sendinput.dart |
Sends keyboard and mouse input to another window |
tetris\main.dart |
Port of an open-source Tetris game to Dart |