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

[ferry_generator] support for latest dart_style #631

Open
kishormainali opened this issue Mar 6, 2025 · 0 comments
Open

[ferry_generator] support for latest dart_style #631

kishormainali opened this issue Mar 6, 2025 · 0 comments

Comments

@kishormainali
Copy link

Ferry generator conflicts with freezed and other code generator due to old version of dart_style

Because every version of ferry_generator from path depends on dart_style ^2.3.2 and auto_route_generator 10.0.1 depends on dart_style ^3.0.1, ferry_generator from path is incompatible with auto_route_generator 10.0.1.
And because no versions of auto_route_generator match >10.0.1 <11.0.0, ferry_generator from path is incompatible with auto_route_generator ^10.0.1.
So, because graphql depends on both auto_route_generator ^10.0.1 and ferry_generator from path, version solving failed.
Failed to update packages.

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

1 participant