Commit Graph

29153 Commits

Author SHA1 Message Date
Danny Tuppeny
b086473769 Pass multidex flag when using --machine mode (#101689) 2022-04-11 12:19:09 -07:00
Jesús S Guerrero
2302daa3aa Create when offline style (#101589) 2022-04-11 12:14:05 -07:00
engine-flutter-autoroll
63a6e9005d Roll Engine from 80cd47c2e7fe to 32a2cab5d16b (1 revision) (#101713) 2022-04-11 11:39:10 -07:00
gaaclarke
fb00617585 Added missing device requirement for "Mac entrypoint_dart_registrant" (#101599)
* Added missing device requirement for "Mac entrypoint_dart_registrant"

* renamed task

* removed caches and dependencies
2022-04-11 10:00:16 -07:00
wangying
38542d284c Add some debug properties to BackdropFilterLayer (#101101) 2022-04-11 09:59:08 -07:00
engine-flutter-autoroll
dacf3afe38 Roll Plugins from 45327fbf3e92 to 700fba5b1bc7 (9 revisions) (#101702) 2022-04-11 09:04:07 -07:00
Daco Harkes
85aac37ccf Add more debugging info to android_plugin_example_app_build_test (#101685) 2022-04-11 08:24:09 -07:00
engine-flutter-autoroll
77756d3d46 Roll Engine from a5466fa0d712 to 80cd47c2e7fe (2 revisions) (#101698) 2022-04-11 07:19:10 -07:00
engine-flutter-autoroll
baf6b61c15 Roll Engine from f457b768ef03 to a5466fa0d712 (1 revision) (#101681) 2022-04-11 00:54:06 -07:00
engine-flutter-autoroll
ecfce1cea1 Roll Engine from ed8322fc823d to f457b768ef03 (1 revision) (#101679) 2022-04-10 23:24:10 -07:00
engine-flutter-autoroll
4b9717ff7c Roll Engine from 779f7f08d538 to ed8322fc823d (1 revision) (#101676) 2022-04-10 18:59:08 -07:00
engine-flutter-autoroll
f337635f10 Roll Engine from 0820489093ee to 779f7f08d538 (1 revision) (#101675) 2022-04-10 15:39:08 -07:00
engine-flutter-autoroll
da4291845e Roll Engine from 65a3dfe67df3 to 0820489093ee (2 revisions) (#101671) 2022-04-10 13:04:05 -07:00
Janko Djuric
78ae72b0b2 [flutter_tools] Add --build-number and --build-name support to web and linux (#100377) 2022-04-10 11:42:39 -07:00
engine-flutter-autoroll
391a39a6e9 Roll Engine from 6391210d5b98 to 65a3dfe67df3 (1 revision) (#101660) 2022-04-10 02:39:04 -07:00
engine-flutter-autoroll
e9c422ca12 Roll Engine from 30f3d75822d6 to 6391210d5b98 (4 revisions) (#101656) 2022-04-09 23:04:05 -07:00
engine-flutter-autoroll
21549446d2 Roll Engine from 5deb7de1d6a1 to 30f3d75822d6 (1 revision) (#101645) 2022-04-09 13:19:04 -07:00
engine-flutter-autoroll
6c93eb5f8e Roll Engine from 0b0872655da6 to 5deb7de1d6a1 (1 revision) (#101641) 2022-04-09 09:49:07 -07:00
engine-flutter-autoroll
61a86b5bee Roll Engine from 32db63768eb9 to 0b0872655da6 (1 revision) (#101638) 2022-04-09 08:04:08 -07:00
engine-flutter-autoroll
3d29c2cf1b Roll Engine from 692b8754a5fe to 32db63768eb9 (1 revision) (#101634) 2022-04-09 06:39:06 -07:00
engine-flutter-autoroll
dd73a32c0c Roll Engine from 3d042fc38626 to 692b8754a5fe (1 revision) (#101625) 2022-04-09 01:49:09 -07:00
MrBirb
074ee4b2f4 Allow ClipRRect.borderRadius to support BorderRadiusDirectional (#101200) 2022-04-09 01:44:04 -07:00
engine-flutter-autoroll
8ff3640c9f Roll Engine from eda8d1d20a6d to 3d042fc38626 (1 revision) (#101619) 2022-04-08 22:29:06 -07:00
engine-flutter-autoroll
5f873f8488 Roll Engine from 10f56d18065f to eda8d1d20a6d (3 revisions) (#101616) 2022-04-08 21:24:06 -07:00
engine-flutter-autoroll
bf8fb4292a Roll Engine from cfe26b3f77fd to 10f56d18065f (4 revisions) (#101613) 2022-04-08 19:14:06 -07:00
engine-flutter-autoroll
c1227319ab Roll Engine from 80f807aa1432 to cfe26b3f77fd (1 revision) (#101612) 2022-04-08 17:44:07 -07:00
Jim Graham
493323506f add gradient benchmarks (#101549) 2022-04-08 17:20:22 -07:00
Darren Austin
c14ca6d321 Migrate common buttons to Material 3 (#100794) 2022-04-08 17:03:21 -07:00
Chris Yang
1755819cb1 Log XCResult before other build issues (#100787) 2022-04-08 16:27:08 -07:00
dependabot[bot]
74cdc42207 Bump github/codeql-action from 2.1.7 to 2.1.8 (#101607) 2022-04-08 16:17:08 -07:00
Jenn Magder
71d52f27fb Test Flutter.xcframework directory ios-arm64_armv7 or ios-arm64 (#101592) 2022-04-08 16:12:09 -07:00
Kate Lovett
135bb5d4f2 Remove deprecated Scaffold SnackBar API (#98549) 2022-04-08 14:27:07 -07:00
Guillem Puche
1cf5c74009 Correct word in docs (#100893) 2022-04-08 13:12:16 -07:00
Michael Goderbauer
a01424773e Enable unnecessary_import (#101600) 2022-04-08 12:56:45 -07:00
Greg Spencer
efe76a5373 Update key examples to use Focus widgets instead of RawKeyboardListener (#101537)
This updates the examples for PhysicalKeyboardKey and LogicalKeyboardKey to use Focus widgets that handle the keys instead of using RawKeyboardListener, since that usually leads people down the wrong path. Updated the See Also and added tests as well. Also exposed the `physicalKey` attribute for `tester.sendKeyEvent`.
2022-04-08 12:05:41 -07:00
Michael Goderbauer
cae740b903 Enable strict-casts (as replacement for implicit-casts) (#101567) 2022-04-08 11:15:34 -07:00
Casey Hillers
3109073fd9 [devicelab] Remove legacy devicelab manifest logic (#101554) 2022-04-08 09:46:08 -07:00
engine-flutter-autoroll
2979ff6f13 Roll Plugins from 7b94e2f343a8 to 45327fbf3e92 (24 revisions) (#101583) 2022-04-08 09:06:05 -07:00
Jason Simmons
b63c4a6db0 Ensure that the engine frame callbacks are installed if the first scheduled frame is a forced frame (#101544)
See https://github.com/flutter/flutter/issues/98419
2022-04-08 08:18:48 -07:00
Zachary Anderson
221235c7ed Delete deferred component test (#101553) 2022-04-08 03:01:08 -07:00
engine-flutter-autoroll
c8a402ff62 Roll Engine from 72721210dc28 to 80f807aa1432 (1 revision) (#101564) 2022-04-08 02:16:07 -07:00
engine-flutter-autoroll
8d2b483d84 Roll Engine from c82b3ed91d6d to 72721210dc28 (2 revisions) (#101562) 2022-04-08 01:11:10 -07:00
engine-flutter-autoroll
f867e5b447 Roll Engine from 1be9636795a1 to c82b3ed91d6d (1 revision) (#101559) 2022-04-08 00:06:09 -07:00
engine-flutter-autoroll
3c71219100 Roll Engine from 13fee6bcef6b to 1be9636795a1 (1 revision) (#101550) 2022-04-07 20:01:08 -07:00
engine-flutter-autoroll
8e259c0fa3 Roll Engine from 816e3d301228 to 13fee6bcef6b (1 revision) (#101548) 2022-04-07 18:56:07 -07:00
engine-flutter-autoroll
e3f8b50fd5 Roll Engine from 160b8cfd6963 to 816e3d301228 (1 revision) (#101545) 2022-04-07 17:51:07 -07:00
Anna Gringauze
74944d528f Run update-packages (#101450)
* Run update-packages

* Update DwdsLauncher, disable failing test

* Fix analyze error

Co-authored-by: Jenn Magder <magder@google.com>
2022-04-07 17:07:05 -07:00
Jesús S Guerrero
3394fb4a58 [flutter_tools] fix flutter create --offline (#100941)
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
2022-04-07 17:05:49 -07:00
engine-flutter-autoroll
730e4971fe Roll Engine from 132ce9cc3e36 to 160b8cfd6963 (3 revisions) (#101543) 2022-04-07 16:46:08 -07:00
Jenn Magder
68471bbb74 Remove --enable-web and --enable-windows-desktop from tests (#101208) 2022-04-07 15:57:09 -07:00