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

Call common Windows APIs directly from Dart using FFI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add win32

With Flutter:

 $ flutter pub add win32

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  win32: ^6.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:win32/win32.dart';
934
likes
160
points
4.34M
downloads
screenshot

Publisher

verified publisherhalildurmus.dev

Weekly Downloads

Call common Windows APIs directly from Dart using FFI.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#win32 #windows #ffi

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

code_assets, ffi, ffi_leak_tracker, hooks, logging, meta, native_toolchain_c

More

Packages that depend on win32