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
When trying to add an annotation to a library w/o a name, I get:
Bad state: a library name is required for annotations
However, as of a recent (3.0?) version of Dart, we no longer require library names for library directives.
3.0
The text was updated successfully, but these errors were encountered:
I'm happy to make this fix
Sorry, something went wrong.
That would be great! I ran into this while working on package:web (generated code from the Web IDLs) and had to work around the issue.
fixed by dart-archive/code_builder#440
No branches or pull requests
When trying to add an annotation to a library w/o a name, I get:
However, as of a recent (
3.0
?) version of Dart, we no longer require library names for library directives.The text was updated successfully, but these errors were encountered: