Tom Gilder
e43850d197
Fix TabBarView with no animation not navigating ( #110985 )
2022-09-09 05:35:07 +00:00
Liam Appelbe
ec75399beb
Null safety migration of packages/flutter_tools/test/general.shard, part 1/2 ( #110711 )
...
* Migrate packages/flutter_tools/test/general.shard, part 1/2
* Fix most of the tests
* Fix analysis
* Fix analysis
* Fix test
* Fix analysis
* Fix analysis
* Fix nit
2022-09-08 15:25:27 -07:00
Qun Cheng
98eac3f198
Migrated Checkbox to Material 3 - Added Error State ( #111153 )
2022-09-08 14:42:29 -07:00
yaakovschectman
4d3c122434
Use tristate checkbox engine changes ( #111032 )
...
* Introduce tests for tristate checkboxes
* Initial
* Use tristate changes in engine
* Flutter_test matchers test update
* Comments, tests
* Update packages/flutter/lib/src/semantics/semantics.dart
Co-authored-by: Chris Bracken <chris@bracken.jp>
* Assert mutual exclusivity
* Assert valid state before updating state
* Update packages/flutter/lib/src/semantics/semantics.dart
Typo fix in comment
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
Co-authored-by: Chris Bracken <chris@bracken.jp>
Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
2022-09-08 17:41:54 -04:00
Camille Simon
70f6bed9ee
Fix spell_check_test ( #110814 )
2022-09-08 21:24:12 +00:00
Jonah Williams
7e1e840999
[framework] revert removal of opacity ( #111202 )
2022-09-08 18:33:23 +00:00
Kate Lovett
5f2d730f1f
Revert Ballistic & Clamping simulation updates ( #111201 )
2022-09-08 17:43:54 +00:00
Hans Muller
dc6ab62696
Fixed one-frame InkWell overlay color problem on unhover ( #111112 )
2022-09-08 10:20:32 -07:00
Elias Yishak
66c306b452
Windows version check in doctor ( #110013 )
2022-09-08 14:30:19 +00:00
Sigurd Meldgaard
d80e994a62
Reland: Show output from pub get in flutter pub get ( #110851 )
2022-09-08 15:13:23 +02:00
Eilidh Southren
1ed2312493
Deprecate ThemeDate.bottomAppBarColor ( #111080 )
...
* test commit
* Deprecate BottomAppBarColor field
* test commit
* Deprecate BottomAppBarColor field
* Update fix_data.yaml & tests
* remove text.txt
* Update PR ID values
* Update fix_data.yaml
* Make deprecation changes non-breaking
* Whitespace formatting
* Modify docstring, retain bottomAppBarColor default
* Modify theme_data_test.dart
* Update docstrings
2022-09-08 12:36:07 +01:00
Viren Khatri
165cb0b986
fixes FadeInImage for an edge case ( #111035 )
2022-09-08 02:41:31 +00:00
Kenzie Davisson
fe309e3415
Create service extension consts for rendering lib ( #111149 )
2022-09-07 17:54:54 -07:00
Greg Spencer
e3a6a0da91
Annual spelling error fix ( #111132 )
2022-09-07 23:49:03 +00:00
Kenzie Davisson
31709953b0
only include foundation changes ( #111146 )
2022-09-07 16:32:04 -07:00
Kenzie Davisson
c10164c4b2
Create consts for service extension names so they can be accessed from tooling ( #110876 )
2022-09-07 15:38:38 -07:00
pdblasi-google
574fb1f0a0
110598: expect() in semantic test producing unhelpful output ( #110613 )
2022-09-07 20:55:33 +00:00
Yegor
820a009fa2
[web] skip flaky date picker golden tests ( #111114 )
2022-09-07 20:10:40 +00:00
Liam Appelbe
4453ba0a4d
Null safety migration of packages/flutter_tools/test/general.shard, part 2/2 ( #110712 )
...
* Migrate packages/flutter_tools/test/general.shard, part 2/2
* Fix analysis
* Fix tests
* Fix analysis
* Apply suggestions from code review
Co-authored-by: Christopher Fujino <fujino@google.com>
Co-authored-by: Christopher Fujino <fujino@google.com>
2022-09-07 12:28:52 -07:00
Jason Simmons
dcf42ada0f
Use raw fontFamilyFallback values without packages when constructing a merged TextStyle ( #110887 )
2022-09-07 18:59:04 +00:00
Pierre-Louis
fb2f4c9cb9
[Fonts] Update icons ( #111092 )
2022-09-07 17:32:51 +00:00
Kaushik Iska
d5f372bccd
Request DartPerformanceMode.latency during transitions ( #110600 )
2022-09-07 12:54:06 -04:00
Michael Thomsen
242bb67d19
Update null safety warnings in prep for Dart 3 ( #110998 )
2022-09-07 14:59:25 +02:00
Darren Austin
33ed6a3533
Fixing elevation issues with Material 3 ( #110624 )
...
* Added support for surfaceTintColor and shadowColor to the Dialog widgets.
* Updated the defaults for Material.shadowColor and Material.surfaceTint to allow turning off the features with a transparent color.
* Added support for shadowColor and surfaceTintColor for Drawer widget.
2022-09-06 16:16:45 -07:00
Dan Field
eaff1562a9
Dispose Paragraph objects ( #110627 )
2022-09-06 20:45:55 +00:00
Liam Appelbe
8da0432094
Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 1/3 ( #110707 )
...
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 1/3
* Fix tests
* Fix analysis
* Fix analyze_test
* Make AnalysisServer a local variable
* Chris's comments
2022-09-06 11:21:23 -07:00
Liam Appelbe
c0354999a7
Migrate packages/flutter_tools/test/web.shard ( #110713 )
2022-09-06 11:05:41 -07:00
Valentin Vignal
27896a7b49
Adds PopupMenuPosition position to the PopupMenuThemeData ( #110268 )
2022-09-06 17:49:14 +00:00
Liam Appelbe
22cef4898a
Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 2/3 ( #110708 )
...
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 2/3
* Fix tests
* Fix analysis
* Chris's comments
2022-09-06 10:39:18 -07:00
Liam Appelbe
9dbc09de1f
Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 3/3 ( #110709 )
...
* Migrate packages/flutter_tools/test/commands.shard/hermetic, part 3/3
* Fix tests
* Chris's comment
2022-09-06 10:22:40 -07:00
Liam Appelbe
089d955156
Null safety migration of packages/flutter_tools/test/commands.shard/permeable ( #110710 )
...
* Migrate packages/flutter_tools/test/commands.shard/permeable
* Fix upgrade_test
* Chris's comments
2022-09-06 10:22:09 -07:00
yaakovschectman
96b72232bd
Preliminary PR for engine changes for Tristate checkboxes ( #110859 )
...
* Honor mixed state
* Prepare for change to engine
* Unused vars
* Remove comments
* Skip test for now
* Comment for skip
* Compartmentalize changes
* Justification comments
2022-09-06 09:29:05 -04:00
Ivan Dlugos
723b82e4f0
Feat: dSYM debug info for iOS & macOS builds ( #101586 )
2022-09-05 18:16:16 +00:00
Taha Tesser
fbba1942c5
Migrate ListTile disabled icon color to Material 3 ( #102078 )
2022-09-05 10:12:28 +00:00
Taha Tesser
d8fdb83555
Update MaterialBanner to support Material 3 ( #105957 )
2022-09-05 09:00:24 +00:00
LongCatIsLooong
a87540bad1
Add inherit: false to material2018 text geometry text themes ( #110870 )
2022-09-03 00:26:56 +00:00
Jenn Magder
c075ef058c
Revert "[Windows] Use dark title bar on dark system theme" ( #110890 )
2022-09-03 00:18:34 +00:00
chunhtai
22c8e79cc1
Use semantics label for backbutton and closebutton for Android ( #110873 )
2022-09-02 23:21:22 +00:00
Loïc Sharma
2fb5b2729a
[Windows] Use dark title bar on dark system theme ( #110615 )
2022-09-02 23:15:12 +00:00
Anna Gringauze
3292f89764
Update issue reference for skipped hot restart tests ( #110881 )
2022-09-02 14:38:24 -07:00
Qun Cheng
4b91b220b8
Fix Tooltip Issue on Switch ( #110830 )
2022-09-02 12:54:53 -07:00
Elliott Brooks (she/her)
57e42f0223
Manually update DWDS version to v.16.0.0 ( #110822 )
2022-09-02 19:17:48 +00:00
Christopher Fujino
08d5d51a98
[flutter_tools] Instantiate shutdown hooks before localfilesystem ( #110693 )
2022-09-02 17:38:56 +00:00
Zachary Anderson
74b18c948a
Revert "Bump android SDK to 33" ( #110861 )
2022-09-02 15:52:50 +00:00
Gary Qian
35c18eb13f
Bump android SDK to 33 ( #109583 )
2022-09-02 15:30:12 +00:00
Pierre-Louis
8f5ee0ed58
Delete .packages ( #110749 )
2022-09-02 10:50:46 +02:00
Pierre-Louis
8853926601
Deprecate ThemeData errorColor and backgroundColor ( #110162 )
2022-09-02 04:02:55 +00:00
Pierre-Louis
0c2f7bc2a2
Remove errant double spaces ( #110758 )
2022-09-02 04:00:58 +00:00
LongCatIsLooong
bdb74e16c6
Fix Action.overridable example ( #110824 )
2022-09-02 00:46:21 +00:00
Greg Spencer
2051f09c68
Add Overlay.maybeOf, make Overlay.of return a non-nullable instance ( #110811 )
2022-09-02 00:13:12 +00:00