olexale / bdd_widget_test

A BDD-style widget testing library
MIT License
101 stars 30 forks source link

Versions bump #59

Closed antonderevyanko closed 9 months ago

olexale commented 9 months ago

Hey Anton! Thanks for the PR! πŸ™

It is unrealistic that this PR would cause any problems users, yet that would be a breaking change, hence we need to release a new major version of the package. As bdd_widget_test does not require functionality from the updated packages, I'd prefer to keep constraints lower. That does not mean that users will need to use not the latest versions, it just means that the package would still work if they do.

The only dependency problem now is the file package as current constraint conflicts with some other packages from pub.dev, but, unfortunately, we can not upgrade it due to Flutter SDK.

I'll close the PR. Feel free to re-open it if you see the value in updating the constraints. Thanks again πŸ‡ΊπŸ‡¦