23802 Commits

Author SHA1 Message Date
Abhishek Ghaskata
a94e63a61b
Add tab 2 callback (#80805) 2021-04-23 10:49:03 -07:00
Kate Lovett
f0d35600f6
Revert "Revert "Fix FlexibleSpaceBar Opacity when AppBar.toolbarHeight > ktoolbarHeight (#80453)" (#80545)" (#80589) 2021-04-23 10:44:04 -07:00
yusufm
25ba0f3a1b
Marking win bot tests and not flakey. (#81049)
Co-authored-by: yusufm <mohsinally@google.com>
2021-04-23 10:39:46 -07:00
Shi-Hao Hong
07849778eb
[State Restoration] Restorable TimePickerDialog widget, RestorableTimeOfDay (#80566) 2021-04-23 10:39:03 -07:00
Jonah Williams
e6d4b8cf0b
Revert "Migrate channels to null safety (#80641)" (#81050)
This reverts commit f55b2665e92aea59645b3b964bc9e2254bff7d1f.
2021-04-23 10:18:38 -07:00
Abhishek Ghaskata
f55b2665e9
Migrate channels to null safety (#80641) 2021-04-23 00:09:02 -07:00
Abhishek Ghaskata
4f2e7987f4
Migrate external_ui to null safety (#80640) 2021-04-23 00:04:03 -07:00
Jenn Magder
4825c639b6
Allow ios_add2app to be launched without tests (#81009) 2021-04-22 23:26:15 -07:00
Phil Quitslund
1105c8b956
ignore directives ordering in generated code (#81017) 2021-04-22 21:24:02 -07:00
Dan Field
08ca8b01bc
Fix error resolution when a completer is already set (#81014) 2021-04-22 19:49:03 -07:00
engine-flutter-autoroll
7b0c82676e
Roll Engine from 9ea763842e81 to 6fa0fb005910 (3 revisions) (#81007) 2021-04-22 19:44:02 -07:00
Alexandre Ardhuin
d36d5ae35d
add missing trailing commas (#80995) 2021-04-22 19:39:02 -07:00
Jenn Magder
4a79bc96d6
Fix "LUCI console" link (#81012) 2021-04-22 19:38:34 -07:00
Ian Hickson
598737adf2
Clean up the command line tool interactive help output. (#80903) 2021-04-22 19:34:02 -07:00
Jonah Williams
b30d97a64c
[flutter_tools] split host artifacts out of Artifacts (#80876) 2021-04-22 19:29:02 -07:00
Jenn Magder
0f899f2b64
Roll packages (#80989) 2021-04-22 15:01:49 -07:00
engine-flutter-autoroll
5c88a543ad
Roll Engine from 2ea5bb8451f7 to 9ea763842e81 (2 revisions) (#80985) 2021-04-22 14:34:02 -07:00
Jonah Williams
82cfa25a64
[flutter_tools] fix asset directory paths for UWP (#80984) 2021-04-22 13:35:45 -07:00
Alexandre Ardhuin
c5a3ee7f31
add trailing commas in flutter/test/{foundation,gestures} (#80926) 2021-04-22 22:33:59 +02:00
yusufm
7769b00085
Adding win devicelab bot results to dashboard. (#80974) 2021-04-22 13:24:02 -07:00
Justin Hutchins
dca07d2a8a
Enable previously skipped Editable test (#80761) 2021-04-22 13:19:03 -07:00
Greg Spencer
b33c7891c1
Fix the sample analyzer to analyze dart:ui and make the analyzer null safe (#80742) 2021-04-22 12:14:02 -07:00
Abhishek Ghaskata
a84ac2ec2c
Migrate customer_testing to null safety (#80841) 2021-04-22 10:56:51 -07:00
engine-flutter-autoroll
78d931ea4f
Roll Plugins from 9ac4fb87f088 to 66972edab0cd (3 revisions) (#80955) 2021-04-22 10:49:02 -07:00
Jonah Williams
d8d8534362
[flutter_tools] remove usage of getIsolate in extension waiter (#80960) 2021-04-22 10:47:57 -07:00
Greg Spencer
07b3e10aa4
Add a ThreePointCubic spline that combines two cubic curves (#80836)
This adds a "three point" cubic curve that combines two cubic curves into one curve, where the control points are all in the same coordinate system. It's called "three point" because it incorporates a middle point that the curve runs through, and that point is in addition to the existing implicit (0,0) and (1,1) points that a Curve already has.

I also added an example of this curve, which is just a more emphasized version of the easeInOutCubic.
2021-04-22 10:47:18 -07:00
Jenn Magder
a99fba01f1
Move FakeOperatingSystemUtils from context.dart to fakes.dart (#80916) 2021-04-22 10:44:02 -07:00
Ren You
7750482308
Revert "Replace some dynamic to Object? type (#80772)" (#80965)
This reverts commit 12a2e682b47e16818cc7cd9ca5fe8ea09fd38992.
2021-04-22 10:19:21 -07:00
engine-flutter-autoroll
523c812b4e
Roll Engine from 7e69744ede37 to 2ea5bb8451f7 (1 revision) (#80915) 2021-04-22 10:17:24 -07:00
Jonah Williams
8663aea5e4
[flutter_tools] run UWP builds ahead of cmake (#80879) 2021-04-22 10:14:37 -07:00
Phil Quitslund
9c0270d960
sort directives (#80901) 2021-04-22 10:14:02 -07:00
Jonah Williams
e67f14e511
[flutter_tools] handle missing method on exit, debugDumpX (#80890) 2021-04-22 09:59:04 -07:00
Craig Labenz
35bffd20d4
Improved handling of AppBar's action Icon sizes (#78886) 2021-04-22 09:54:02 -07:00
Pedro Massango
6c0c6d30a2
Expose padEnds on PageView widget (#78558) 2021-04-22 09:49:03 -07:00
Jonah Williams
14759dc5a4
Revert "[flutter_tools] pin transitive deps during --transitive-closure (#80911)" (#80959)
This reverts commit c2aa193c5fb723ccf3ee80ceed08e5060ca7463f.
2021-04-22 09:39:39 -07:00
Jonah Williams
43c307b3f4
Revert "[devicelab] remove globals and dependency tracking from technical debt (#80946)" (#80958)
This reverts commit dc71d713d9d726022e1c73cedd7f8ef28c698a93.
2021-04-22 09:38:18 -07:00
Jonah Williams
dc71d713d9
[devicelab] remove globals and dependency tracking from technical debt (#80946) 2021-04-22 09:21:07 -07:00
Alexandre Ardhuin
5865c14d67
add trailing commas in flutter/test/animation (#80852) 2021-04-21 21:44:03 -07:00
Jonah Williams
d9638d25d7
migrate from jcenter to mavencentral (#80908) 2021-04-21 21:41:07 -07:00
Jonah Williams
c2aa193c5f
[flutter_tools] pin transitive deps during --transitive-closure (#80911) 2021-04-21 21:40:48 -07:00
Jenn Magder
18a118b952
Log full app bundle location after "flutter build ios" (#80838) 2021-04-21 21:39:03 -07:00
Abhishek Ghaskata
f608d893ad
Mirgrate gradle_deprecated_settings to null safety (#80559) 2021-04-21 21:34:03 -07:00
Jason Simmons
a21a22a666
Convert AnimatedSize to a StatefulWidget (#80554) 2021-04-21 18:44:03 -07:00
Jonah Williams
44c284baa2
[flutter_tools] output release artifacts to build/winuwp (#80137) 2021-04-21 18:39:04 -07:00
Tomasz Gucio
24f0d28562
Adjust selection drag start position for viewport offset changes (#80047) 2021-04-21 18:34:03 -07:00
engine-flutter-autoroll
884fdf2e33
Roll Engine from de6e1adf9730 to 7e69744ede37 (3 revisions) (#80898) 2021-04-21 18:29:07 -07:00
Ian Hickson
285b475124
Refactor text editing test APIs (Mark III) (#80003) 2021-04-21 18:29:04 -07:00
Jenn Magder
4f3ec01d32
Add frontend_server_client to dependency allowlist (#80912) 2021-04-21 18:13:43 -07:00
Jenn Magder
3955276eb3
Migrate ios_add2app_life_cycle to earlgrey 2 and latest iOS SDK (#80822) 2021-04-21 14:03:59 -07:00
Jonah Williams
63ba1b23ca
[flutter_tools] add support for --bundle-sksl-path to flutter run / flutter drive (#80885) 2021-04-21 13:59:02 -07:00