-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error in dartdoc blocking Dart roll in Flutter #31008
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 type seems to come from the analyzer. |
I found that upgrading to dartdoc to 0.13.0+3 worked in the past: flutter/flutter@f6fe8dc#diff-a1ec403951c0ee8a36a3b4d2bc1fa797 |
Yes, you need >=0.13.0+3. |
The longer version is that 0.13.0+3 eliminates that fatal error, but in order to generate docs somewhat correctly you also need a release with dart-lang/dartdoc#1506 and dart-lang/dartdoc#1509. I'll be releasing a version with that soon, hopefully tomorrow. |
This issue was moved to dart-lang/dartdoc#1510 |
dartdoc:stderr: Generation failed: Unknown type GenericFunctionTypeElementImpl
https://travis-ci.org/flutter/flutter/jobs/283373111
@jcollins-g @aam
The text was updated successfully, but these errors were encountered: