16 Commits

Author SHA1 Message Date
Michael Goderbauer
5491c8c146 Auto-format Framework (#160545)
This auto-formats all *.dart files in the repository outside of the
`engine` subdirectory and enforces that these files stay formatted with
a presubmit check.

**Reviewers:** Please carefully review all the commits except for the
one titled "formatted". The "formatted" commit was auto-generated by
running `dev/tools/format.sh -a -f`. The other commits were hand-crafted
to prepare the repo for the formatting change. I recommend reviewing the
commits one-by-one via the "Commits" tab and avoiding Github's "Files
changed" tab as it will likely slow down your browser because of the
size of this PR.

---------

Co-authored-by: Kate Lovett <katelovett@google.com>
Co-authored-by: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com>
2024-12-19 20:06:21 +00:00
Michael Goderbauer
b0a90aee17 Enable strict-inference (#135043)
Avoids that dynamic accidentally sneaks in, see https://dart.dev/tools/analysis#enabling-additional-type-checks
2023-09-20 19:59:08 +00:00
hellohuanlin
1155d2719d [platform_view]integration test for platform view not tappable issue (#120844)
* [platform_view]integration test for platform view not tappable issue

* nit
2023-02-23 23:38:34 +00:00
hellohuanlin
0dd0c2edca [platform_view]Send platform message when platform view is focused (#105050) 2022-06-23 00:01:07 +00:00
Alexandre Ardhuin
07f1c20474 add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
Michael Goderbauer
ca2d60e8e2 Prepare more of dev for use_super_parameters (#101073) 2022-03-30 14:05:05 -07:00
Alexandre Ardhuin
157bc92d4a end of sort_child_properties_last (#82457) 2021-05-13 13:39:04 -07:00
Michael Goderbauer
b8a2456737 Enable library_private_types_in_public_api lint (#81578) 2021-05-10 16:26:16 -07:00
Abhishek Ghaskata
35c9dec2a1 MIgrate ios_platform_view_tests to null safety (#80619) 2021-04-20 15:54:03 -07:00
Greg Spencer
c6ef4c75d9 Turn on sized_box_for_whitespace lint, fix instances. (#77099) 2021-03-03 17:29:02 -08:00
Michael Goderbauer
0f568298d8 enable use_key_in_widget_constructors lint (#77032) 2021-03-02 10:14:02 -08:00
Jenn Magder
ac13cd35a5 ios_platform_view tests pass when device rotated (#75665) 2021-02-09 10:08:08 -08:00
Hans Muller
ab9373bf48 Removed remaining obsolete button widget references (#67440) 2020-10-07 08:45:41 -07:00
Chris Yang
7fb7ea63b3 Reland "Add ios platform view integration test (#51882)" (#52440) 2020-03-11 16:32:47 -07:00
Chris Yang
fc5350ed04 Revert "Add ios platform view integration test (#51882)" (#52373)
This reverts commit 357fd2db38.
2020-03-10 18:42:15 -07:00
Chris Yang
357fd2db38 Add ios platform view integration test (#51882) 2020-03-10 17:33:01 -07:00