自从将我的 flutter 更新到 3.3+ 后,每次我尝试构建项目时,控制台上都会出现以下错误:
Target web_release_bundle failed: ShaderCompilerException: Shader compilation of
"C:\flutter\packages\flutter\lib\src\material\shaders\ink_sparkle.frag" to "build\web\assets\shaders/ink_sparkle.frag"
failed with exit code -1073740791.
Compiling lib\main.dart for the Web... 52,1s
Exception: Failed to compile application for the Web.
Run Code Online (Sandbox Code Playgroud)
我尝试运行 flutter clean,删除项目并从 github 再次下载,从 c:\flutter 文件夹中清除 pub-cache 并删除 flutter 并再次安装,但没有任何效果