Skip to content
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

8.2.0 is not compatible with latest Dart SDK #3887

Open
isoos opened this issue Sep 17, 2024 · 1 comment
Open

8.2.0 is not compatible with latest Dart SDK #3887

isoos opened this issue Sep 17, 2024 · 1 comment

Comments

@isoos
Copy link
Contributor

isoos commented Sep 17, 2024

Because analyzer >=6.9.0 depends on macros >=0.1.3-main.0 <0.1.4 which depends on _macros 0.3.3 from sdk, analyzer >=6.9.0 requires _macros 0.3.3 from sdk.
So, because no versions of _macros from sdk match 0.3.3 and dartdoc depends on analyzer ^6.9.0, version solving failed.

Note: for the time being pub.dev won't be able to use the new dartdoc version to generate doc pages.

@srawlins
Copy link
Member

That's how it goes. You'll have to wait for Dart 3.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants