Flutter version 3.35.4 does not build web if package flutter_secure_storage is contained, because it relies on WASM and there are no options to disable wasm in this version. Error seems to be related to flutter_secure_storage for web uses dart:html which is not supported by wasm.
Output is produced but does no longer work.