Fix title color of license detail page#63249
Fix title color of license detail page#63249fluttergithubbot merged 2 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
1 similar comment
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Thanks @mono0926, this change makes sense. Can you please add a test that verifies that if there is an appbar text theme, it uses that instead of the primary text theme? |
23899ae to
ba9d7f1
Compare
|
Thanks for the feedback.
I've added tests, so could you review it? 🙏 |
|
@mono0926 I've re-run the failing web tests a few times, and they keep failing. I'm quite sure that doesn't have to do with your change, so can you try syncing to master/HEAD and pushing an update? I think you're just synced to a bad ref. |
d1ef97d to
6de7e89
Compare
6de7e89 to
265c68e
Compare
I did and all checks have passed ✅ |

Description
Fix #63239.
Related Issues
Tests
I didn't add any tests because existingabout_test.dartdoesn't contain color related test, but I'll write test if needed.I added the following tests:
Titles of
_PackageLicensePageuse correct text style influtter/test/material/about_test.dart.Checklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read Handling breaking changes.