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

Mob plat/bump flutter 2.10 #98

Merged
merged 9 commits into from
Jun 1, 2022
Merged

Conversation

RaqG
Copy link
Contributor

@RaqG RaqG commented May 12, 2022

This PR has the bump of some dependencies, for flutter version 2.10

Comment on lines 585 to 586
// Should rebuild NuRouter (going back to secondNestedScreen2)
expect(find.text('SecondNestedScreen2'), findsOneWidget);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 This looks odd, why did this test break?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just not founding the expected screen. We debugged this, and we dont know how the test was passing before....

Copy link
Contributor

@raapperez raapperez May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a bisect in flutter versions and discovered this commit caused the test to break.

Adding a TickerMode with enabled: false fixed the problem.

Thanks @leoiacovini for the help

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, just for the sake of clarity: It seems that it didn't break the behavior when running the code in reality, instead it was just the test that boke

@renatoaugustofranca renatoaugustofranca marked this pull request as ready for review June 1, 2022 12:33
@miguelslemos miguelslemos merged commit f5d08c9 into master Jun 1, 2022
@miguelslemos miguelslemos deleted the mob-plat/bump-flutter-2.10 branch June 1, 2022 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants