Commit Graph

29499 Commits

Author SHA1 Message Date
engine-flutter-autoroll
cb2569f632 Roll Flutter Engine from 3c4ca2762e20 to df5144dd451d (1 revision) (#106171) 2022-06-17 01:08:05 -07:00
engine-flutter-autoroll
c462cfa284 Roll Flutter Engine from ee71e31c36ce to 3c4ca2762e20 (2 revisions) (#106167) 2022-06-17 00:03:07 -07:00
Bruno Leroux
58007fc64c Fix debugPaintSize throws 'Null Check error' (#106108) 2022-06-17 06:16:06 +00:00
engine-flutter-autoroll
d08a1b02ae Roll Flutter Engine from f8c0dc87bc53 to ee71e31c36ce (41 revisions) (#106162) 2022-06-16 22:38:09 -07:00
Jonah Williams
1572773729 Update package:archive and pin test_api (#106157) 2022-06-16 21:23:08 -07:00
Ricardo Amador
f6f0d608ba Update the platform properties for android bots (#106146) 2022-06-17 04:04:06 +00:00
Jesús S Guerrero
fae31eecce [flutter_tools] temporary directory (#105815) 2022-06-17 02:58:05 +00:00
David Iglesias
b1b1ee9ca6 [web] Fix JS crash when FF blocks service workers. (#106072) 2022-06-17 02:22:07 +00:00
Jonah Williams
2c15e3cae4 [flutter_tools] update test/src to null safety (#106064) 2022-06-16 16:48:03 -07:00
Sam Rawlins
f104be7ae9 Ignore body_might_complete_normally_catch_error violations (#105795) 2022-06-16 23:12:06 +00:00
Jesús S Guerrero
32b22b85de parse build version on xcodeproj (#105908) 2022-06-16 22:26:06 +00:00
Tong Mu
ddeb0b99c5 [gen_keycodes] Remove invalid Web code maps (#106074)
* Impl

* Test
2022-06-16 13:53:23 -07:00
Tong Mu
96813e9369 [gen_keycodes] Clarify the README that the code scheme also applies to physical keys (#106078)
* Impl

* Revert some changes

* More doc changes

* Remove legacy code
2022-06-16 13:52:19 -07:00
Taha Tesser
8e8a1c8c2a Fix StretchingOverscrollIndicator clipping and add clipBehavior parameter (#105303) 2022-06-16 20:42:06 +00:00
Lasse R.H. Nielsen
3f401a1930 Ignore uses of soon-to-be deprecated NullThrownError. (#105693) 2022-06-16 13:38:07 -07:00
Kate Lovett
a783e422dd Fix SliverPadding geometry (#106071) 2022-06-16 20:36:05 +00:00
Mouad Debbar
f67d9b75f5 Revert "[Conductor] Update post submit location (#106120)" (#106127)
This reverts commit 9e67070f84.
2022-06-16 15:55:37 -04:00
Kevin Chisholm
9e67070f84 [Conductor] Update post submit location (#106120)
* readability refactor

* update post-submits

Update post submit testing status location from LUCI to cocoon.  Conductor users will still have to use navigation to pick the correct repository and release candidate to monitor.
2022-06-16 14:20:07 -05:00
Dan Field
995b3324c7 Revert "Make RenderSliverGrid more accurately report overflow" (#106123) 2022-06-16 19:12:06 +00:00
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