➜ shader_graph git:(main) ✗ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.38.4, on macOS 26.2 25C56 darwin-arm64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 26.1.1)
[✓] Chrome - develop for the web
[✓] Proxy Configuration
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
Steps to reproduce
git clone https://github.com/nightmare-space/shader_graphgit checkout v0.1.0cd shader_graph/example && flutter run -d chromeExpected results
Shader assets with spaces in file names should load successfully on Flutter Web, just as they do on other platforms (iOS, Android, desktop).
Actual results
Code sample
See example
Logs
Logs
Flutter Doctor output
Doctor output
Additional notes
ui.FragmentProgram.fromAsset()when loading shader assets.