winmd 6.1.0 copy "winmd: ^6.1.0" to clipboard
winmd: ^6.1.0 copied to clipboard

A Dart package for working with Windows Metadata (.winmd) files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add winmd
copied to clipboard

With Flutter:

 $ flutter pub add winmd
copied to clipboard

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

dependencies:
  winmd: ^6.1.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:winmd/winmd.dart';
copied to clipboard
9
likes
160
points
501
downloads

Publisher

verified publisherhalildurmus.dev

Weekly Downloads

2024.09.22 - 2025.04.06

A Dart package for working with Windows Metadata (.winmd) files.

Repository (GitHub)
View/report issues
Contributing

Topics

#winmd #windows #metadata

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

archive, ffi, logging, nuget, path

More

Packages that depend on winmd