-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.0 conflicts with dart build runner #50
Comments
Any solution? |
use 2.3.5 |
@xclud why did you remove builders in this commit? simolus3@9279ef7 |
Builders depend on a lot of things that are needed only during build time. There's no reason to be bundled in the output project. That even makes more sense since the size of bundles matters and flutter for web is already slow enough. The builders should be refactored out as a separate project and be listed under |
So in the mean time we use v3.5.0? Or is there any solution? |
we've already included builder_runner in dev-dependencies. |
I still get this error even when using version 2.3.5, any ideas? |
Solution for me was including build_web_compilers |
@xclud It can be connected to web3dart 2.4.1v if you remove the build.yaml file from it PS |
thank you @inveker , it's fixed |
The text was updated successfully, but these errors were encountered: