win32 1.1.0 copy "win32: ^1.1.0" to clipboard
win32: ^1.1.0 copied to clipboard

outdated

A Dart library for accessing common Win32 APIs using FFI. No C required!

A package that wraps common Win32 API calls using FFI to make them accessible to Dart code without requiring a C compiler or the Windows SDK.

This package provides a variety of instructive examples for more complex FFI usage scenarios.

Requirements #

This package assumes the Dart 64-bit compiler.

Usage #

A Hello World example can be found in the example subdirectory. To run it, type:

dart example\hello.dart

This should create a window with a text message.

This can be compiled into a standalone Win32 executable by running:

dart2native example\hello.dart -o hello.exe

Features and bugs #

Please file feature requests and bugs at the issue tracker.

711
likes
0
pub points
99%
popularity

Publisher

verified publisherwin32.pub

A Dart library for accessing common Win32 APIs using FFI. No C required!

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on win32