You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems recent release is not compatible with current flutter stable release.
http_interop v2 requires collection package version 0.19. Which isn't compatible with flutter_test from current flutter stable release
Because every version of flutter from sdk depends on collection 1.18.0 and http_interop >=2.0.0 depends on collection ^1.19.0, flutter from sdk is incompatible with http_interop >=2.0.0.
And because json_api >=8.0.0 depends on http_interop ^2.0.0, flutter from sdk is incompatible with json_api >=8.0.0.