flutter/examples/api/lib/cupertino
Mitchell Goodwin 97195d1d51
Update CupertinoContextMenu to iOS 16 visuals (#110616)
* Update CupertinoContextMenu to iOS 16 visuals

* Revert some formatting

* Remove space

* Remove formatting changes, add more comments

* Added shadow effect

* Update context menu tests

* Remove white spaces

* Remove unused variable

* Refactor type checking logic

* Set default previewBuilder and update tests

* Check for border radius

* Remove trailing spaces

* Add builder to constructor

* Update previewBuilder

Rebase to master

* Update builder and tests

* Remove trailing spaces

* Update examples

* Refactor builder

* Update builder to use one animation

* Update scale

* Change deprecation message, remove white spaces

* Change deprecation message

* Change deprecation message

* Change deprecation message

* Update documentation

* Update documentation

* Update documentation and examples

* Update documentation and examples

* Remove white spaces

* Remove white spaces

* Remove const

* Address linting errors

* Seperate builder into own constructor

* Remove trailing characters

* Formatting changes

* Remove white spaces

* Change ignore comment

* Add TODO

* Remove whitespace
2022-11-30 16:28:04 -07:00
..
activity_indicator Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
bottom_tab_bar Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
button Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
context_menu Update CupertinoContextMenu to iOS 16 visuals (#110616) 2022-11-30 16:28:04 -07:00
date_picker Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
dialog Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
form_row Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
list_section Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
nav_bar Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
page_scaffold Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
picker Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
refresh Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
route Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
scrollbar Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
search_field Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
segmented_control Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
slider Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
switch Update CupertinoSwitch example (#112063) 2022-09-21 15:27:20 +00:00
tab_scaffold Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
text_field Normalize examples (#111223) 2022-09-09 21:17:11 +00:00
text_form_field_row Add maybeOf for all the cases where of returns nullable. (#114120) 2022-10-31 23:09:09 +00:00