Skip to content

flutter_gen_runner (flutter_gen_core) 3.1.2 -> analyzer 2.0.0 workaround #121

@wasabeef

Description

@wasabeef

Since current version of flutter_gen_runner 3.1.2 depends on analyzer 2.0.0 which depends on meta 1.7.0.
and current version of flutter stable is still constrained to meta 1.3.0

you probably need to override meta version until flutter stable is updated by adding the following to your pubspec file.

dependency_overrides:
  meta: ^1.7.0

auto_route_library Issue #648 is the same.

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filewontfixThis will not be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions