f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Is the dependency `intl` required for `cider`? #34

Closed zeshuaro closed 1 year ago

zeshuaro commented 1 year ago

I'm trying to upgrade the dependency intl from 0.17.0 to 0.18.0 in my project. But I'm getting a version resolve conflict because cider currently depends on intl: ^0.17.0.

Initially, I was going to ask if you can bump the intl dependency to 0.18.0. However, after looking at the code, it doesn't seem like it's used/imported anywhere.

So now my question is can this dependency be removed from cider?

f3ath commented 1 year ago

Can you try removing it and running the tests please?