Milad-Akarie / injectable

Code Generator for get_it
MIT License
556 stars 143 forks source link

Resolving dependencies fail #462

Open wjcwukong opened 4 months ago

wjcwukong commented 4 months ago

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 commented 4 months ago

2.4.0 version is working well with flutter 3.22.0

chrisfraser commented 4 months ago

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

dependency_overrides:
  meta: ^1.15.0