-
Notifications
You must be signed in to change notification settings - Fork 75
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
Suggest use as a dev_dependency instead of global install #2497
Comments
How would users run On a side note, I'd like to move this repository into the SDK and expose |
Just
+1 This would make our web development docs/story much more straightforward and consistent. |
But there would still be a need to align with the versions of In that case making it a dev-dependency might be easier (or are those also moving to the sdk?) |
There's a lot of details that we'll need to figure out before we'd move the contents of this repo to the SDK (if it's even possible to do cleanly). However, I'm optimistic we can come up with a solution that would remove the need for depending on packages to build and serve web applications. |
There's a lot of details that we'll need to figure out before we'd move the contents of this repo to the SDK (if it's even possible to do cleanly). However, I'm optimistic we can come up with a solution that would remove the need for depending on packages to build and serve web applications. What is the ETA? Is it worth fixing this issue in the mean-time? |
Eventually... :-) There's no concrete plans yet, so it's definitely worth updating documentation for now. |
Why don't we recommend installing webdev as a dev_dependency? (here).
Then we could add the constraints
And we would not have to manually validate constraints of the current apps pubspec.lock, but rely on the pub solver to do it..
Maybe I'm missing something obvious. But it seemed to work when I tried.
The text was updated successfully, but these errors were encountered: