patrol
patrol copied to clipboard
Bump dependencies to match Flutter 3.22
Upcoming version of Flutter depends on test_api
0.7.0. It also makes duration
and phase
parameters in pumpWidget
method named so we have to adjust or implementation of patrol_finders
and bump the dependencies.
@piotruela,
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.
@piotruela,
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.
@rydmike Do you mean that the 2.0.3-dev.1 version doesn't work for you? What exactly is the problem there?
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.