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

Update the cupertino picker visuals #65501

Merged
merged 46 commits into from Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ca539f4
Update the Cupertino picker visuals
YeungKC Sep 9, 2020
40e7766
Modify the picker_test test
YeungKC Sep 9, 2020
a48fb9c
Add high-contrast colors to tertiarySystemFillColor.
YeungKC Sep 9, 2020
0c6606b
Add margin to the Magnifier for CupertinoTimerPicker
YeungKC Sep 9, 2020
8da08c2
Fix tertiarySystemFill duplicate, remove duplicate tertiarySystemFill…
YeungKC Sep 9, 2020
f0b0288
Rollback tertiarySystemFill Color
YeungKC Sep 10, 2020
068003b
Formatting tertiarySystemFill's code
YeungKC Sep 10, 2020
cdfc306
fix `else if` line format.
YeungKC Sep 10, 2020
08d5eca
Creating and use CupertinoPickerDefaultMagnifier
YeungKC Sep 10, 2020
da630e9
Update the api doc of [magnifier].
YeungKC Sep 10, 2020
0b54059
magnifier change use default value
YeungKC Sep 12, 2020
0aa1cdf
The magnifier argument is change to selectionOverlay.
YeungKC Sep 12, 2020
3259ff3
Update api doc on CupertinoPickerDefaultMagnifier
YeungKC Sep 12, 2020
e59a5f4
Updated api doc about of CupertinoPickerDefaultMagnifier arguments.
YeungKC Sep 12, 2020
794064e
Update api doc about of CupertinoPickerDefaultMagnifier constructor.
YeungKC Sep 12, 2020
4522ee4
Update arguments useLeftStyle => capLeftEdge, useRightStyle => capRig…
YeungKC Sep 12, 2020
3b3926d
magnifier rename to selectionOverlay
YeungKC Sep 12, 2020
681b0ec
add _kDefaultPickerTextStyle.letterSpacing change code comment
YeungKC Sep 12, 2020
77c0d54
refactor: format error
YeungKC Sep 14, 2020
8c96099
doc: Fix and improve CupertinoPickerDefaultSelectionOverlay doc.
YeungKC Sep 14, 2020
278b69b
doc: Improve the CupertinoPickerDefaultSelectionOverlay construction …
YeungKC Sep 14, 2020
42534d5
doc: Improve CupertinoPicker.selectionOverlay doc.
YeungKC Sep 14, 2020
62cc79b
doc: Improve CupertinoPickerDefaultSelectionOverlay.capLeftEdge and C…
YeungKC Sep 14, 2020
7050739
doc: Improve CupertinoPickerDefaultSelectionOverlay.background doc.
YeungKC Sep 14, 2020
2290d53
doc: Improve document line feed format.
YeungKC Sep 14, 2020
1183516
doc: update the line breaks of the docs to <= 80 characters, so they …
YeungKC Sep 14, 2020
2cc36ca
doc: Improve CupertinoPickerDefaultSelectionOverlay.background doc.
YeungKC Sep 14, 2020
a3b552a
refactor: update CupertinoTimerPicker.pickerColumn padding, and add m…
YeungKC Sep 20, 2020
a07b636
doc: add me
YeungKC Sep 21, 2020
b8d0532
refactor: Add check null
YeungKC Sep 22, 2020
796468c
refactor: Optimization dart analysis.
YeungKC Sep 22, 2020
28e878c
doc: add comment for _kTimerPickerMagnification.
YeungKC Sep 22, 2020
a499f46
doc: add comment for _measureLabelsMaxWidth.
YeungKC Sep 22, 2020
3ae9fa7
refactor: Update magnification code.
YeungKC Sep 22, 2020
27c26d9
doc: update comment for localizations
YeungKC Sep 22, 2020
4e93853
refactor: update reasonable offAxisFraction.
YeungKC Sep 23, 2020
76850a6
refactor: Check and update the safety padding.
YeungKC Sep 25, 2020
77da94a
refactor: update test because of update to _kTimerPickerHalfColumnPad…
YeungKC Sep 25, 2020
eafe928
refactor: Optimize the layout when the width is less than the expecte…
YeungKC Sep 25, 2020
bd3e38a
feat: Add picker selectionOverlay test.
YeungKC Sep 25, 2020
ce77670
refactor: add TimerPicker golden tests fontSize.
YeungKC Sep 27, 2020
f62d641
Merge remote-tracking branch 'upstream/master' into update-the-cupert…
YeungKC Sep 28, 2020
fab4b3d
refactor: fix null safety.
YeungKC Sep 28, 2020
70fd426
Merge remote-tracking branch 'upstream/master' into update-the-cupert…
YeungKC Sep 28, 2020
ab5855b
Merge remote-tracking branch 'upstream/master' into update-the-cupert…
YeungKC Oct 2, 2020
4a2ab13
refactor: Comment out TimerPicker golden tests.
YeungKC Oct 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -65,3 +65,4 @@ CaiJingLong <cjl_spy@163.com>
Alex Li <google@alexv525.com>
Ram Navan <hiramprasad@gmail.com>
meritozh <ah841814092@gmail.com>
YeungKC <flutter@yeungkc.com>