flutter Failed to build ../.pub-cache/hosted/pub.dev/win32_registry-1.1.3/lib/src/models/access_rights.dart:9:12: Error: Undefined name 'REG_SAM_FLAGS'.
Flutter flow recently started throwing this error when I build my ios project through there system and locally. Seams to be some windows related dep but its IOS?
I tried all the normal ways i’ve fixed package issues in the past with flutter, cleared cache, removed the lock files, and rebuilt things, but no go.
Anyone