VGVentures / slide_puzzle

MIT License
530 stars 362 forks source link

`flutter pub upgrade --major-versions` #17

Closed domesticmouse closed 2 years ago

domesticmouse commented 2 years ago

Description

Updating dependencies

Type of Change

felangel commented 2 years ago

Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.

domesticmouse commented 2 years ago

Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.

The tests are failing because the tests are pinned to run against Flutter 2.8.0, but this code has been updated to run correctly on Flutter 2.10.x. The tests are never going to pass until the test Flutter version unpin included in this PR is landed.

felangel commented 2 years ago

Thanks for the PR! Looks like the tests are failing. Let me know if you need help getting the ci to pass.

The tests are failing because the tests are pinned to run against Flutter 2.8.0, but this code has been updated to run correctly on Flutter 2.10.x. The tests are never going to pass until the test Flutter version unpin included in this PR is landed.

I think https://github.com/VGVentures/slide_puzzle/pull/17/commits/9add10626a2db63ae37c99c81b289f6c687572fb should resolve the issue. We just needed to also update the PR workflow in addition to the deploy workflow.

domesticmouse commented 2 years ago

Please feel free to land at your convenience =)