Greg Spencer
bbc0161669
Remove references to Window
, and switch usages to PlatformDispatcher
or SingletonFlutterWindow
( #69617 )
...
* Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate
* remove new test platform dispatchers
* Amend documentation
2020-11-09 15:26:29 -08:00
redsolver
3b7718c27d
AdoptAWidget: Table ( #69488 ) ( #69588 )
...
* Added Dartpad sample for Table widget
* Changed template to stateless_widget_scaffold
* Removed trailing character
2020-11-09 15:20:42 -08:00
engine-flutter-autoroll
a82c786d29
Roll Engine from 7f07491bcafb to 014da89eb015 (3 revisions) ( #70135 )
2020-11-09 15:04:02 -08:00
Jonah Williams
8c02c300d9
[flutter_tools] always run pub with prebuilt applicaitons on drive ( #70136 )
2020-11-09 14:55:04 -08:00
Kate Lovett
31c0291af4
Remove old todo ( #70131 )
2020-11-09 14:44:04 -08:00
engine-flutter-autoroll
e3bb51fa1f
7f07491bc Roll Skia from cfe647c02fb4 to ee0ce9858cbc (1 revision) (flutter/engine#22399) ( #70123 )
2020-11-09 13:59:03 -08:00
xubaolin
935185ac45
Fix the PopupMenuButton offset bug ( #69383 )
2020-11-09 13:54:02 -08:00
Yegor
879466eac2
default to unsound nullability for web ( #70120 )
2020-11-09 13:49:02 -08:00
Jonah Williams
f1cdf2e6f3
Revert "[flutter_tools] restore pub caching functionality on run/test ( #70056 )" ( #70132 )
...
This reverts commit 6e5845f0253f5574c0bd059808650b2d419260bb.
2020-11-09 13:31:01 -08:00
Emmanuel Garcia
b18e2a1cc4
Bump Gallery version ( #70130 )
2020-11-09 13:05:56 -08:00
Jonah Williams
6e5845f025
[flutter_tools] restore pub caching functionality on run/test ( #70056 )
2020-11-09 12:52:22 -08:00
Jonah Williams
55e183eb09
[null-safety] migrate hello_world to null safety ( #70112 )
...
* [null-safety] migrate flutter gallery to null safety
2020-11-09 12:51:04 -08:00
Emmanuel Garcia
21e802746b
Migrate Flutter Gallery test to null safety ( #70116 )
2020-11-09 12:29:14 -08:00
engine-flutter-autoroll
43e1d1596e
Roll Engine from 3cf292226986 to 40b8f8227b9a (7 revisions) ( #70117 )
2020-11-09 12:24:03 -08:00
Jonah Williams
4c511fbde2
[flutter_tools] remove workaround for caching sound dill ( #70014 )
2020-11-09 11:53:56 -08:00
Konstantin Scheglov
9f36a02734
Ignore import_of_legacy_library_into_null_safe ( #70115 )
2020-11-09 11:41:52 -08:00
chunhtai
0bc0cc6192
Fix crash when widgetspan does not produce a semantics node in render… ( #69919 )
...
* Fix crash when widgetspan does not produce a semantics node in render paragraph
* fix comments
* fixed corner case, added test, refactored semantics widget
* addressing comment
2020-11-09 11:31:56 -08:00
Hans Muller
a8f9d4cebf
AppBar draws its defaults from theme.colorScheme ( #69251 )
2020-11-09 10:59:39 -08:00
Konstantin Scheglov
99e0d3b9cf
Ignore several import_of_legacy_library_into_null_safe ( #70107 )
2020-11-09 10:54:49 -08:00
Michael Thomsen
168ad5dc4d
Roll engine and fix pubspecs that do not have a Dart SDK constraint ( #70078 )
2020-11-09 19:02:10 +01:00
xster
d18bd9a5bb
move cupertino_icon template to 1.0.1 for null safety ( #69997 )
2020-11-09 09:54:42 -08:00
Jia Hao
f5933dbad3
[integration_test] Add a setter for defaultTestTimeout ( #70073 )
...
* [integration_test] Add a setter for defaultTestTimeout
* type annotation
* More type annotations
* Fix doc
2020-11-09 08:39:05 -08:00
Yuqian Li
8e7748e74c
Reland migration ( #69996 )
...
This reverts ae0a9cb560ff3b334ab0cc23980374792888b2d1 and therefore relands #69629 .
Additionally, `flutter update-packages --force-upgrade` has been run to update `pubspec.yaml` to resolve the analyze test failures.
2020-11-08 20:32:04 -08:00
Konstantin Scheglov
cc52b32b65
Ignore several import_of_legacy_library_into_null_safe ( #69904 )
...
* Ignore import_of_legacy_library_into_null_safe instead of un-migrating.
2020-11-08 17:46:16 -08:00
engine-flutter-autoroll
f04b3d917f
Roll Engine from e4956eb118fa to 0f7cdca65fba (2 revisions) ( #70036 )
2020-11-07 13:09:02 -08:00
engine-flutter-autoroll
b6d56a29dd
Roll Engine from 1e3ceb037f64 to e4956eb118fa (6 revisions) ( #70031 )
2020-11-07 12:04:03 -08:00
Zachary Anderson
e59ab90ae1
Add Dart SDK constraint to a pubspec ( #70030 )
...
This will unblock the roll of the next Dart SDK
2020-11-07 11:42:05 -08:00
Yuqian Li
fb552edcb8
Do not analyze files that are not checked in git ( #69723 )
2020-11-07 05:19:02 -08:00
Michael Thomsen
e4d94f7ccd
Revert "Migrate Flutter gallery test to null safety ( #69048 )" ( #70023 )
...
This reverts commit 7ba775a994da472aea24f8e1ee640b8aae7f36b6.
2020-11-07 12:15:22 +01:00
engine-flutter-autoroll
f9b69bb5aa
Roll Engine from 7ab39127ee25 to 1e3ceb037f64 (2 revisions) ( #70008 )
2020-11-06 20:54:03 -08:00
Emmanuel Garcia
7ba775a994
Migrate Flutter gallery test to null safety ( #69048 )
2020-11-06 20:38:12 -08:00
Jonah Williams
52d49fb358
[flutter_tools] remove material design schema, use dart code ( #69987 )
...
Instead of loading the use-material-design asset data from a yaml file in the repo, leave it in dart code and simplify. Remove some of the globals, but not enough to update to testWithoutContext
2020-11-06 19:55:55 -08:00
engine-flutter-autoroll
78778d291b
Roll Engine from d21bb634e054 to 7ab39127ee25 (16 revisions) ( #70005 )
2020-11-06 19:49:03 -08:00
Ferhat
40b4d2badc
Add PageView benchmark (representative of full screen CustomPainter) ( #69990 )
2020-11-06 18:49:03 -08:00
Jonah Williams
28d6c5b5b5
Revert "Roll Engine from d21bb634e054 to 2440ad6d39a5 (8 revisions) ( #69991 )" ( #70000 )
...
This reverts commit dd279e41e12ea28bd2d18893b699ff09a23a44eb.
2020-11-06 17:37:07 -08:00
engine-flutter-autoroll
dd279e41e1
Roll Engine from d21bb634e054 to 2440ad6d39a5 (8 revisions) ( #69991 )
2020-11-06 16:44:03 -08:00
Hans Muller
a35aa3fdeb
Add new ListTile parameters to ListTileTheme ( #69982 )
2020-11-06 16:39:02 -08:00
David Iglesias
e148bf8785
[flutter_web_plugins] Migrate to null safety. ( #69844 )
2020-11-06 15:34:10 -08:00
George Wright
2b512781a0
Add a --dart-entrypoint-args flag to flutter run to pass through Dart entrypoint arguments on Flutter Desktop ( #69607 )
2020-11-06 15:34:02 -08:00
Jim Graham
b8d21ad357
Remove the flaky flag from post-bdf benchmark ( #69591 )
2020-11-06 15:29:04 -08:00
Jonah Williams
2fb53d83f2
[flutter_tools] remove all globals from cache and cache_test ( #69505 )
2020-11-06 15:26:45 -08:00
Chris Bracken
9b201dd074
Revert "Roll Engine from d21bb634e054 to cf376142ed5f (2 revisions) ( #69976 )" ( #69988 )
...
Commit https://github.com/flutter/engine/pull/22348 appears to have
caused breakage https://github.com/flutter/flutter/issues/69983
[tool_crash] RPCError.
This reverts commit 9edfa1225d93e0fbc66e7eb9f1a85f82c0544da2.
2020-11-06 14:50:03 -08:00
engine-flutter-autoroll
9edfa1225d
Roll Engine from d21bb634e054 to cf376142ed5f (2 revisions) ( #69976 )
2020-11-06 12:24:02 -08:00
Dan Field
16dce76577
Fix excessive rebuilds of DSS ( #69724 )
2020-11-06 12:09:02 -08:00
engine-flutter-autoroll
0da8f13c52
d21bb634e Roll Skia from 6cafdc069bdb to ba9a04fb8d5a (3 revisions) (flutter/engine#22352) ( #69974 )
2020-11-06 11:19:03 -08:00
Christopher Fujino
772437627b
[flutter_conductor] update dev/tools with release tool ( #69791 )
2020-11-06 11:14:04 -08:00
Jonah Williams
1f210275aa
[flutter_tools] wrap http send in async guard ( #69972 )
2020-11-06 11:00:20 -08:00
Jonah Williams
75e8428b6b
mark flutter_gallery_sksl_warmup__transition_perf_e2e_ios32 as flaky ( #69970 )
2020-11-06 10:58:41 -08:00
Mokusesei
6269abb75b
Reland: fix android studio 4.1 plugin path for mac ( #69954 )
2020-11-06 10:57:04 -08:00
Devon Carew
5ba2d79ad2
remove the use of the analysis server --enable-experiments flag from flutter analyze ( #69966 )
2020-11-06 10:56:34 -08:00