Skip to content

Flutter initialization doesn't fire if no Dart SDKs are located #3258

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

Closed
DanTup opened this issue Apr 6, 2021 · 0 comments
Closed

Flutter initialization doesn't fire if no Dart SDKs are located #3258

DanTup opened this issue Apr 6, 2021 · 0 comments
Labels
in flutter Relates to running Flutter apps is bug
Milestone

Comments

@DanTup
Copy link
Member

DanTup commented Apr 6, 2021

Currently the init code is running after a Dart SDK is searched for, so if you have no Dart SDK at all, it won't run (instead you'll get an error that it can't find a Dart SDK). If you have any other Dart SDK on that is located, it would work correctly.

@DanTup DanTup added is bug in flutter Relates to running Flutter apps labels Apr 6, 2021
@DanTup DanTup added this to the v3.22.0 milestone Apr 6, 2021
@DanTup DanTup closed this as completed in ab25099 Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in flutter Relates to running Flutter apps is bug
Projects
None yet
Development

No branches or pull requests

1 participant