We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the web_gl front page [1], there are a bunch of constants that are just aliases. For example:
int ACTIVE_ATTRIBUTES = RenderingContext.ACTIVE_ATTRIBUTES const
It seems like I should be able to click on the second "ACTIVE_ATTRIBUTES" and it should take me to the other const. Similarly on the detail page [2].
[1] https://api.dartlang.org/1.12.0/dart-web_gl/dart-web_gl-library.html [2] https://api.dartlang.org/1.12.0/dart-web_gl/ACTIVE_ATTRIBUTES.html
The text was updated successfully, but these errors were encountered:
According to #97 it should work now, but clearly it doesn't in the docs you linked.
Sorry, something went wrong.
The api.dartlang.org site needs to have its contents regenerated. It's on an older version of the docs. See dart-archive/api.dart.dev#42
Closing out, but thanks for the feedback!
No branches or pull requests
On the web_gl front page [1], there are a bunch of constants that are just aliases. For example:
int ACTIVE_ATTRIBUTES = RenderingContext.ACTIVE_ATTRIBUTES
const
It seems like I should be able to click on the second "ACTIVE_ATTRIBUTES" and it should take me to the other const. Similarly on the detail page [2].
[1] https://api.dartlang.org/1.12.0/dart-web_gl/dart-web_gl-library.html
[2] https://api.dartlang.org/1.12.0/dart-web_gl/ACTIVE_ATTRIBUTES.html
The text was updated successfully, but these errors were encountered: