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

Resolving dependencies fail #462

Open
wjcwukong opened this issue May 14, 2024 · 2 comments
Open

Resolving dependencies fail #462

wjcwukong opened this issue May 14, 2024 · 2 comments

Comments

@wjcwukong
Copy link

wjcwukong commented May 14, 2024

meta is pinned to version 1.12.0 by flutter_test from the flutter SDK...

flutter --version
Flutter 3.22.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 5dcb86f68f (5 days ago) • 2024-05-09 07:39:20 -0500 Engine • revision f6344b75dc Tools • Dart 3.4.0 • DevTools 2.34.3

@sahinemin
Copy link

sahinemin commented May 15, 2024

2.4.0 version is working well with flutter 3.22.0

@chrisfraser
Copy link

I have temporarily resolved this without issue by adding the following to pubspec.yaml:

dependency_overrides:
  meta: ^1.15.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

3 participants