Skip to content

package:win32 v6.1.0

Choose a tag to compare

@halildurmus halildurmus released this 22 Apr 16:18
· 59 commits to main since this release
c5a5b99

6.1.0 - 2026-04-22

🚀 Features

  • The build hook now downloads prebuilt binaries from GitHub release artifacts
    instead of compiling from C source, eliminating the MSVC requirement for
    users who don't have the necessary tools installed.

    Users who prefer or require local compilation can opt out by setting the
    local_build user-define to true in their pubspec.yaml:

    hooks:
      user_defines:
        win32:
          local_build: true