Skip to content

Conversation

@ericwindmill
Copy link
Collaborator

Prepping for next release

ThemeData expectedTheme = ThemeData(colorSchemeSeed: Colors.blue);
expect(Theme.of(appBar2).primaryColor, expectedTheme.primaryColor);
expect(Theme.of(body2).primaryColor, expectedTheme.primaryColor);
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These tests are flaky and cause the process to hang. Also, they're testing something that we shouldn't really care about in 2026.

@ericwindmill ericwindmill merged commit b0002d1 into main Feb 9, 2026
5 of 6 checks passed
@ericwindmill ericwindmill deleted the 3.41-release branch February 9, 2026 21:26
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.

1 participant