flutter/examples/api/test/cupertino
ivirtex ef40e3ea6f
Add CupertinoSliverNavigationBar large title magnification on over scroll (#110127)
* Add magnification of CupertinoSliverNavigationBar large title

* Fix padding in maximum scale computation

* Apply magnification by using RenderBox

* Do not pass key to the superclass constructor

* Use `clampDouble` instead of `clamp` extension method

* Remove trailing whitespaces to make linter happy

* Name test variables more precisely

* Move transform computation to `performLayout` and implement `hitTestChildren`

* Address comments

* Address comments

* Address comments

* Update comment about scale

* Fix hit-testing

* Fix hit-testing again

* Make linter happy

* Implement magnifying without using LayoutBuilder

* Remove trailing spaces

* Add hit-testing of the large title

* Remove whitespaces

* Fix scale computation and some tests

* Fix remaining tests

* Refactor and fix comments

* Update comments
2022-12-08 17:15:09 +00:00
..
activity_indicator CupertinoActivityIndicator: Add an interactive example (#103040) 2022-05-05 07:59:29 +02:00
bottom_tab_bar Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
button Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
context_menu Update CupertinoContextMenu to iOS 16 visuals (#110616) 2022-11-30 16:28:04 -07:00
date_picker Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
dialog Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
form_row CupertinoFormRow: Add an interactive example (#103041) 2022-05-05 07:58:53 +02:00
list_section Implement CupertinoListSection and CupertinoListTile (#78732) 2022-07-19 18:46:30 -05:00
nav_bar Add CupertinoSliverNavigationBar large title magnification on over scroll (#110127) 2022-12-08 17:15:09 +00:00
page_scaffold Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00
picker Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
refresh Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00
route Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00
scrollbar Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00
search_field CupertinoSearchTextField: Add interactive examples (#103042) 2022-05-05 07:58:15 +02:00
segmented_control Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00
slider Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
switch Update CupertinoSwitch example (#112063) 2022-09-21 15:27:20 +00:00
tab_scaffold CupertinoTabScaffold/CupertinoTabController: Add interactive examples (#103196) 2022-05-09 11:16:32 +02:00
text_field Cupertino examples improvements and clean up (#103044) 2022-05-05 08:22:53 +02:00
text_form_field_row Update Cupertino examples and add missing tests (#103128) 2022-05-07 00:29:10 -07:00