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

Access common Win32 APIs directly from Dart using FFI — no C required!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add win32
copied to clipboard

With Flutter:

 $ flutter pub add win32
copied to clipboard

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

dependencies:
  win32: ^5.12.0
copied to clipboard

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';
copied to clipboard
849
likes
160
points
5.68M
downloads
screenshot

Publisher

verified publisherhalildurmus.dev

Weekly Downloads

2024.09.13 - 2025.03.28

Access common Win32 APIs directly from Dart using FFI — no C required!

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

ffi

More

Packages that depend on win32