package:win32 v6.1.0
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_builduser-define totruein theirpubspec.yaml:hooks: user_defines: win32: local_build: true