After trying to build my project for the web, I get this error:
AssetNotFoundException: material_search|lib/material_search.ddc.dill
Unable to find modules for some sources, this is usually the result of either a
bad import, a missing dependency in a package (or possibly a dev_dependency
needs to move to a real dependency), or a build failure (if importing a
generated file).
`import 'package:myapp/path/myapp.dart';` from material_search|lib/material_search.dart at 5:1
AssetNotFoundException: material_search|lib/material_search.ddc.dill
AssetNotFoundException: material_search|lib/material_search.ddc.dill
AssetNotFoundException: second_green|lib/main_web_entrypoint.ddc.js
After trying to build my project for the web, I get this error: