-
Notifications
You must be signed in to change notification settings - Fork 333
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
[devtools_extensions] build_and_copy failing in newer flutter versions #8639
Comments
@kenzieschmoll I can also make this change if you don't mind. @stuartmorgan Just tagging you so you're aware of this discussion. |
Hi @adsonpleal just seeing this issue. I prepared a fix here: #8640 |
Hey @kenzieschmoll! Perfect! |
@kenzieschmoll should I close this one since #8640 got merged? |
Or do we wait for the |
I just published |
The web renderer flag (
--web-renderer
) was removed in recent flutter versions on the dev channel. So runningdart run devtools_extensions build_and_copy
is causing this error:Since now the default web renderer is
canvaskit
I think we should just remove the flag from here.This problem made us revert the this PR on
flutter/packages
.The text was updated successfully, but these errors were encountered: