-
Notifications
You must be signed in to change notification settings - Fork 29.2k
CupertinoSearchTextField and CupertinoSliverNavigationBar.search more fidelity updates #169708
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
Conversation
Hi @MaherSafadii can you confirm if this fixes all the remaining issues in #163020? Thanks for pointing them out there. |
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Sure I'll check them no problem, I'm glad you found the notes useful. |
Thanks for the response @MaherSafadii.
I'm not able to reproduce this with the changes in this PR, can you share some sample code? The PR description has an image of the search field in dark mode and it looks okay.
This case is a little tricky because it's a known issue in SwiftUI that if there's no leading/back button, the edge back swipe gesture is disabled. But I agree the transition looks jarring. I can enable the large title to animate in transition the same way it would if there is a leading but not a back button, that should help mitigate this.
I agree. Especially since this is technically a breaking change, so we should aim to get it right once and for all. I will revert to the previous padding. |
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Golden changes are due to the placeholder color change. |
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
…earch more fidelity updates (flutter/flutter#169708)
This PR does the following:
Show large title mid-transition if automaticallyImplyLeading is false
(see #169708 (comment))
Correct color for the CupertinoSearchTextField placeholder
(see #163020 (comment))
And also:
Fixes Improve fidelity of CupertinoSliverNavigationBar.search and CupertinoSearchTextField