-
Notifications
You must be signed in to change notification settings - Fork 124
Generate docs fails for flutter packages when FLUTTER_ROOT is not set #1705
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
Comments
This exception should be improved -- the root cause is that FLUTTER_ROOT was not set in the environment. @isoos , could this be a problem with how the pub site is running dartdoc? Without FLUTTER_ROOT dartdoc can't figure out how to link to flutter for packages using it. |
We were always setting the |
For Dartdoc, the FLUTTER_ROOT environment variable must be set; we don't directly use FLUTTER_SDK. |
@isoos I'm not sure FLUTTER_SDK is a thing; searches in the flutter repository for this string come up empty. |
https://pub.dartlang.org/documentation/fzxing/0.1.0+2/log.txt
The text was updated successfully, but these errors were encountered: