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

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

Closed
wasabeef opened this issue Sep 1, 2021 · 1 comment
Closed
Assignees
Labels
dependencies Pull requests that update a dependency file wontfix This will not be worked on

Comments

@wasabeef
Copy link
Member

wasabeef commented Sep 1, 2021

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.

@wasabeef wasabeef self-assigned this Sep 1, 2021
@wasabeef wasabeef added dependencies Pull requests that update a dependency file wontfix This will not be worked on labels Sep 1, 2021
@wasabeef wasabeef changed the title flutter_gen_runner 3.1.2 -> analyzer 2.0.0 workaround flutter_gen_runner (flutter_gen_core) 3.1.2 -> analyzer 2.0.0 workaround Sep 1, 2021
@wasabeef
Copy link
Member Author

wasabeef commented Oct 1, 2021

Fixed by v4.0.0

@wasabeef wasabeef closed this as completed Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant