stablekernel / aqueduct

Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
https://aqueduct.io
BSD 2-Clause "Simplified" License
2.41k stars 280 forks source link

build_runner >=1.10.0 requires analyzer ^0.39.5 #851

Open AlexKenbo opened 4 years ago

AlexKenbo commented 4 years ago

[mdi_web] pub get Resolving dependencies... Because build_runner >=1.10.0 depends on build_resolvers ^1.3.8 which depends on analyzer ^0.39.5, build_runner >=1.10.0 requires analyzer ^0.39.5. And because aqueduct >=3.3.0 depends on analyzer >=0.32.0 <0.36.0, build_runner >=1.10.0 is incompatible with aqueduct >=3.3.0. So, because mdi_web depends on both aqueduct 3.3.0 and build_runner 1.10.0, version solving failed. exit code 1

dxps commented 4 years ago

I see that the newly released 4.0.0-b1 version that is currently on master has updated the analyzer dependency, so I guess you'd get rid off the issue.

tedwong commented 3 years ago

@AlexKenbo I hope u can solve this, just in case u didn't solve the issue, u may find that useful for you:

https://github.com/stablekernel/aqueduct/issues/916