Skip to content
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

Don't use pub directly #225

Open
MarcelGarus opened this issue Feb 11, 2021 · 1 comment
Open

Don't use pub directly #225

MarcelGarus opened this issue Feb 11, 2021 · 1 comment

Comments

@MarcelGarus
Copy link

In Flutter's bin directory, there are only flutter and dart executables, no pub executable.
So in order to use screenshots, I can't rely on the Dart that comes pre-bundled with Flutter. Instead, I have to install Dart separately.

It would be great if screenshots could use dart pub instead of relying on pub directly.

@MarcelGarus
Copy link
Author

I fixed this by adding C:\src\flutter\bin\cache\dart-sdk\bin in my path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant