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

Consider rolling meta back to ^1.8.0 #144

Closed
jpeiffer opened this issue Feb 24, 2023 · 1 comment
Closed

Consider rolling meta back to ^1.8.0 #144

jpeiffer opened this issue Feb 24, 2023 · 1 comment

Comments

@jpeiffer
Copy link

The package flutter_test is pegged to meta: 1.8.0. The dependency on meta: ^1.9.0 means that any application that utilizes this package cannot easily utilize flutter_test when utilizing the latest stable version of Flutter, which is highly unfortunate for all Flutter applications.

If this depended on ^1.8.0 then internally it can use ^1.9.0 without breaking Flutter applications with unit tests.

@renggli
Copy link
Member

renggli commented Feb 24, 2023

From a practical standpoint I am unable to test with all possible old packages and SDK dependencies. New releases are always published with the latest stable dependencies. Consider sticking with an older version of this package until your dependencies have caught up.

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

2 participants