Commit Graph

29480 Commits

Author SHA1 Message Date
Loïc Sharma
ede7fc67f5 Add more CMake unit tests (#106076)
Currently CMake is tested entirely through `build_linux_test.dart`. However, CMake is also used for Windows builds. This adds additional "generic" tests:

1. Parsing CMake files
2. Generating CMake config files.

In the future, this will be used to test that generated CMake config files contain the expected version information, which will be used to flow version information to Windows executables.

Part of https://github.com/flutter/flutter/issues/73652.
2022-06-16 11:48:17 -07:00
xubaolin
d3bc2bbcdd [framework] fix RangeSlider regression due to touch slop changes (#106094) 2022-06-16 18:30:06 +00:00
gaaclarke
d88212c89c added microbenchmark for loading assets (#105982) 2022-06-16 18:16:07 +00:00
engine-flutter-autoroll
7bad4eb9d8 Roll Plugins from 6b4c8fc5df9f to 8bee94ca9822 (7 revisions) (#106117) 2022-06-16 09:08:09 -07:00
Ross Llewallyn
695cfa4369 TextFormField docs: added proper type with GlobalKey; replaced "we" (#105605) 2022-06-16 08:53:24 -07:00
godofredoc
e1d9adf483 Use autosubmit for dependabot PRs. (#106082) 2022-06-16 04:56:04 +00:00
Christopher Fujino
6671503789 add an ignore to analyze snippet code (#106079) 2022-06-16 01:36:08 +00:00
xubaolin
ea28f287f1 fix a Scaffold extendBodyBehindAppBar update bug (#104958) 2022-06-15 18:33:06 -07:00
J-P Nurmi
512e090dfd Fix confusing typo: extent vs. extend selection (#106002) 2022-06-15 16:58:05 -07:00
Dan Field
a0e333bdc6 Make RenderSliverGrid more accurately report overflow (#104064)
* Make RenderSliverGrid more accurately report overflow

* Update packages/flutter/lib/src/rendering/sliver_grid.dart

Co-authored-by: Kate Lovett <katelovett@google.com>

Co-authored-by: Kate Lovett <katelovett@google.com>
2022-06-15 16:28:46 -07:00
Christopher Fujino
589dd8028b [flutter_tools] print override storage warning to STDERR instead of STDOUT (#106068) 2022-06-15 23:22:06 +00:00
Flutter GitHub Bot
261246b820 Marks Mac_ios ios_picture_cache_complexity_scoring_perf__timeline_summary to be flaky (#102237) 2022-06-15 21:24:07 +00:00
Alexandre Ardhuin
504a2ca6b0 fix upcomming diagnostics after updates on use_build_context_synchronously (#106057) 2022-06-15 20:46:06 +00:00
Tong Mu
e55aa0e85c Allow DoNothingIntent and DoNothingAndStopPropagationIntent to be used in a const environment (#105983) 2022-06-15 13:33:05 -07:00
Jonah Williams
92034482f9 [flutter_tool] partial null safety migration of tool source code (#105798) 2022-06-15 20:02:07 +00:00
Kevin Chisholm
a7ddb9b64e readability refactor (#106026) 2022-06-15 13:14:18 -05:00
Flutter GitHub Bot
873d343e09 Marks Mac_ios external_ui_integration_test_ios to be unflaky (#106041) 2022-06-15 17:52:06 +00:00
engine-flutter-autoroll
9fa74b6e25 Roll Plugins from 729e62c19803 to 6b4c8fc5df9f (9 revisions) (#106025) 2022-06-15 09:03:06 -07:00
Darren Austin
e6d525d51d Updated tokens to v0.101. (#105923) 2022-06-14 23:06:30 -07:00
Tong Mu
576e85ca5e TextInput: Verify TextRange and make method call fail loudly (#104711)
* Fix

* Tests

* Format

* Empty line

* Fix range test

* Fix

* Comments

* trailing spaces

* Fix tests

* Comments
2022-06-14 20:31:09 -07:00
engine-flutter-autoroll
0c0087f805 Roll Flutter Engine from 006cc7222a8a to f8c0dc87bc53 (2 revisions) (#105986) 2022-06-14 18:48:06 -07:00
engine-flutter-autoroll
3873b6c6d7 Roll Flutter Engine from 5ad8879327be to 006cc7222a8a (3 revisions) (#105984) 2022-06-14 17:43:07 -07:00
engine-flutter-autoroll
ef5504facd Roll Flutter Engine from edc2aa4e894b to 5ad8879327be (23 revisions) (#105978) 2022-06-14 16:18:08 -07:00
Pierre-Louis
1d53378bec reland #105109 (#105588) 2022-06-14 23:39:30 +02:00
engine-flutter-autoroll
c8578570cd Roll Flutter Engine from 6670f92130d9 to edc2aa4e894b (14 revisions) (#105934) 2022-06-14 14:33:07 -07:00
Darren Austin
32981c4caa Added useMaterial3 parameters to the light, dark and fallback ThemeData constructors. (#105944) 2022-06-14 13:09:50 -07:00
engine-flutter-autoroll
f1c637e7c0 Roll Plugins from 39020ce73c7e to 729e62c19803 (8 revisions) (#105962) 2022-06-14 09:08:14 -07:00
Alexander Markov
0cd8f3d02b Restore expectations for dev/automated_tests/flutter_test/exception_handling_test (#105778) 2022-06-14 07:56:32 -07:00
Youssef Attia
dc06326caa Fixed issue with Hero Animations and BoxScrollViews in Scaffolds (#105654) 2022-06-13 16:48:09 -07:00
Ahmed Ashour
0be4a8e9ae Remove unneeded date comment in gradle-wrapper.properties (#104061) 2022-06-13 16:43:11 -07:00
Youssef Attia
082560313b Added an example for IndexedStack widget (#105318)
* Added an example for IndexedStack

* Added tests for the IndexedStack example

* Fixed type issue for onSubmitted callback functions

* Fixed documentation and moved files to their appropriate places

* Fixed documentation and moved files to their appropriate places

* Moved test files to their appropriate places

* Moved test files to their appropriate places

* Fixed file path in documentation

* Remove trailing space

* Formatting changes

* Remove extra line

* Further formatting changes

* Further formatting changes

* fix comma and inline

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>

* Formatting

* indentation and formatting

* Formatting

* Formatting

* Formatting

* Removed duplicate chevron

* better wording on documentation

Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>

* Added testing for state preservation

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
Co-authored-by: Tong Mu <dkwingsmt@users.noreply.github.com>
2022-06-13 16:38:37 -07:00
Mahesh Jamdade
38df107b8c Add enabled property to CheckboxlistTile (#102314) 2022-06-13 16:38:14 -07:00
Christopher Fujino
d31c250e38 [flutter_tools] Fix leaky test (#105927) 2022-06-13 16:12:29 -07:00
engine-flutter-autoroll
712860d33b Roll Flutter Engine from f80294b57eee to 6670f92130d9 (1 revision) (#105874) 2022-06-13 00:48:07 -07:00
engine-flutter-autoroll
6062e40510 Roll Flutter Engine from 84606a509f80 to f80294b57eee (1 revision) (#105871) 2022-06-12 20:53:08 -07:00
engine-flutter-autoroll
0ec78a3aaf Roll Flutter Engine from 6edb0803ed46 to 84606a509f80 (1 revision) (#105868) 2022-06-12 17:38:05 -07:00
engine-flutter-autoroll
9538ff991d Roll Flutter Engine from 3b5668625cc7 to 6edb0803ed46 (1 revision) (#105866) 2022-06-12 16:33:08 -07:00
engine-flutter-autoroll
689b5cc68d Roll Flutter Engine from e87a533125d3 to 3b5668625cc7 (1 revision) (#105847) 2022-06-12 04:53:08 -07:00
engine-flutter-autoroll
41b1f845ae Roll Flutter Engine from 219bd24a23ff to e87a533125d3 (1 revision) (#105845) 2022-06-12 03:48:05 -07:00
engine-flutter-autoroll
5d7e12781b Roll Flutter Engine from e7b17e83884c to 219bd24a23ff (1 revision) (#105839) 2022-06-11 15:08:05 -07:00
engine-flutter-autoroll
4c337cc772 Roll Flutter Engine from 852095e45b5b to e7b17e83884c (1 revision) (#105838) 2022-06-11 14:03:05 -07:00
engine-flutter-autoroll
f43e11e70c Roll Flutter Engine from 2afc2b4e7155 to 852095e45b5b (1 revision) (#105837) 2022-06-11 12:38:08 -07:00
engine-flutter-autoroll
bc08d85718 Roll Flutter Engine from bf3a406971ee to 2afc2b4e7155 (1 revision) (#105825) 2022-06-11 03:53:05 -07:00
engine-flutter-autoroll
59a8950bc4 Roll Flutter Engine from 6a14798358bc to bf3a406971ee (2 revisions) (#105820) 2022-06-11 01:43:07 -07:00
engine-flutter-autoroll
eaa36f239a Roll Flutter Engine from 92ad24a2ae3b to 6a14798358bc (1 revision) (#105817) 2022-06-10 23:28:05 -07:00
engine-flutter-autoroll
c743a04fcc Roll Flutter Engine from 85a5f2ffc9b6 to 92ad24a2ae3b (1 revision) (#105809) 2022-06-10 17:13:06 -07:00
engine-flutter-autoroll
c55911894d Roll Flutter Engine from f885fe4ca81f to 85a5f2ffc9b6 (1 revision) (#105807) 2022-06-10 15:48:05 -07:00
engine-flutter-autoroll
fc24e7cbc9 Roll Flutter Engine from 746481ea6d44 to f885fe4ca81f (4 revisions) (#105806) 2022-06-10 14:43:04 -07:00
Anurag Roy
1ea72163b2 [flutter_tools] Remove redundant/unused code in version.dart (#105111) 2022-06-10 13:38:07 -07:00
engine-flutter-autoroll
bd133fda3a Roll Flutter Engine from 63845d96054b to 746481ea6d44 (5 revisions) (#105796) 2022-06-10 13:33:08 -07:00