Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

[BUG] Comatibility with Dart 2.17 & analyzer 4.0 #843

Closed
@roman-petrov

Description

@roman-petrov

I have a problem using build_runner + dart_code_metrics on my codebase which uses new super parameters feature introduced in Dart 2.17.

The problem is that dart_code_metrics currently has a restriction for analyzer: ">=2.4.0 <3.4.0" so the analyzer package can not be resolved to 4.0.0 and build_runner fails when sees super parameters in code. Can we upgrade analyzer upper bound to 4.0.0?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions