When running a Flutter Web build using WASM, the application crashes at runtime with the following error:
Uncaught RangeError: Maximum call stack size exceeded
at main.dart.wasm:0x137f3a0
at main.dart.wasm:0x137f3af
at main.dart.wasm:0x96776f
...
This issue occurs consistently when flutter_screenutil_plus is included in the project. Removing the package resolves the problem, indicating a compatibility issue with Flutter Web WASM.
Expected Behavior
The app should run normally on Flutter Web with WASM enabled.
