gql-dart / ferry

Stream-based strongly typed GraphQL client for Dart
https://ferrygraphql.com/
MIT License
593 stars 113 forks source link

[Update] Update ferry_generator analyzer #563

Closed nathan-poncet closed 6 months ago

nathan-poncet commented 7 months ago

Currently ferry_generator >=0.7.0-dev.0 depends on analyzer >=4.2.0 <6.0.0. Some deps in my project depend on analyzer 6.0.0.

PLS update it :)

rneswold commented 6 months ago

Yes, please update this dependency. I'd like to build from my schemas without seeing warnings.

knaeckeKami commented 6 months ago

Will do soon. You can probably use a dependency_override in the meantime though, I don't think the analyzer had breaking changes that affect ferry in 6.0.0

rneswold commented 6 months ago

dependency_override is a nice workaround. Thanks.

It only works with analyzer: ^6.2.0, though. Apparently 6.3.0 needs an update to meta which is not currently in Flutter stable.