-
Notifications
You must be signed in to change notification settings - Fork 149
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
Bump dependencies to match Flutter 3.22 #2193
Conversation
Will you release the 2.0.3-dev.1 version as 2.0.3 soonish with the Flutter 3.22 pumpWidget support? Got some tests not running on Flutter 3.22 due to this. Thanks in advance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@piotruela appears you might need to bump flutter to 3.22.0 here
@rydmike |
It certainly works and I used it, but I would prefer to not depend on a .dev release, especially not in another package. However, since it is only a dev/test dependency I did. :) But the released none dev version of your package now no longer works at all with the latest stable Flutter 3.22 release, so it should be bumped. |
Upcoming version of Flutter depends on
test_api
0.7.0. It also makesduration
andphase
parameters inpumpWidget
method named so we have to adjust or implementation ofpatrol_finders
and bump the dependencies.