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

Remove dependency on matcher from test_api #1979

Closed
natebosch opened this issue Mar 30, 2023 · 1 comment
Closed

Remove dependency on matcher from test_api #1979

natebosch opened this issue Mar 30, 2023 · 1 comment
Labels
next-breaking-release Issues that are worth doing but need to wait for a breaking version bump

Comments

@natebosch
Copy link
Member

We will need to clean up uses in flutter/flutter of package:test_api/test_api. These were never intended to be introduced so the library has always been @deprecated, but flutter had a package with a legitimate need for that import, then it ended up being used with ignores in a bunch of other places.

@natebosch natebosch added the next-breaking-release Issues that are worth doing but need to wait for a breaking version bump label Mar 30, 2023
@natebosch
Copy link
Member Author

This is done, we will need to remove from test next, but will have to wait for dart-lang/sdk#48997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next-breaking-release Issues that are worth doing but need to wait for a breaking version bump
Projects
None yet
Development

No branches or pull requests

1 participant