patrol icon indicating copy to clipboard operation
patrol copied to clipboard

Bump dependencies to match Flutter 3.22

Open piotruela opened this issue 9 months ago • 3 comments

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 avatar May 13 '24 20:05 piotruela

@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 avatar May 14 '24 18:05 rydmike

@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?

piotruela avatar May 15 '24 06:05 piotruela

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.

rydmike avatar May 15 '24 07:05 rydmike