build_runner feat Isar #1705
Unanswered
guillotnico
asked this question in
Help
Replies: 1 comment
-
|
Yes, you're running into a dependency version conflict between build_runner and isar_generator because they depend on different and incompatible versions of the analyzer package. build_runner ^2.4.15 → depends on analyzer >=6.9.0 <8.0.0 This means isar_generator and build_runner cannot work together because they require mutually exclusive versions of analyzer. dev_dependencies: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Do you know how to manage this issue:
pubspec.yaml:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions