There was an error while loading. Please reload this page.
2 parents 9c9625e + 62f0502 commit 7f18d53Copy full SHA for 7f18d53
1 file changed
pubspec.yaml
@@ -63,13 +63,14 @@ flutter:
63
64
assets:
65
# These assets are only needed for the web platform.
66
- # Waiting for https://github.com/flutter/flutter/issues/65065 and
67
- # https://github.com/flutter/flutter/issues/8230 to be addressed.
68
- # to make a conditional build.
69
- - web/worker.dart.js
70
- - web/libflutter_soloud_plugin.js
71
- - web/libflutter_soloud_plugin.wasm
72
- - web/init_module.dart.js
+ - path: web/worker.dart.js
+ platforms: [web]
+ - path: web/libflutter_soloud_plugin.js
+ - path: web/libflutter_soloud_plugin.wasm
+ - path: web/init_module.dart.js
73
74
75
funding:
76
- https://github.com/sponsors/alnitak
0 commit comments