Commit graph

17836 commits

Author SHA1 Message Date
Ben Konyi 3edd3eb4a2
Updated package:test, package:test_core, package:coverage, package:package_config (#51946)
This is required to roll forward package:vm_service to 3.0.0 and is
blocking a DevTools release.
2020-03-04 11:40:52 -08:00
Zachary Anderson a5bd678585
Revert "Write FLUTTER_BUILD_MODE when using a local engine (#51687)" (#51943)
This reverts commit 9b4b7d7ee0.
2020-03-04 08:56:53 -08:00
Dan Field 9b4b7d7ee0
Write FLUTTER_BUILD_MODE when using a local engine (#51687) 2020-03-04 07:36:55 -08:00
Alexandre Ardhuin d8c0deb1b6
remove duplicated entry (#51880) 2020-03-04 08:10:32 +01:00
engine-flutter-autoroll 0a84024b86
Roll engine 78a1c7ebf9ad..90bd6f814817 (2 commits) (#51905) 2020-03-03 20:19:01 -08:00
Dan Field 9c0337f386
Remove listeners for live images when we clear them (#51898)
* Remove listeners for live images when we clear them

* review, more test

* explanation
2020-03-03 18:30:17 -08:00
engine-flutter-autoroll bd182e3911
Roll engine 6991dd981bf7..78a1c7ebf9ad (16 commits) (#51901)
* 04fa001d2 Roll src/third_party/skia 8121d27b297c..73ae40a424fa (1 commits) (flutter/engine#16900)

* f9b78c5db Drop last usages of Dart_New from engine (flutter/engine#16838)

* 0795be89d Roll src/third_party/skia 73ae40a424fa..b19408040143 (4 commits) (flutter/engine#16901)

* 2c5145eb6 Roll src/third_party/dart ca3ad264a649..06155d499645 (3 commits) (flutter/engine#16902)

* 7ca9bf000 Roll fuchsia/sdk/core/mac-amd64 from WmA2M... to cGxwD... (flutter/engine#16903)

* 44ed69011 Roll src/third_party/dart 06155d499645..c07d5d84b828 (3 commits) (flutter/engine#16904)

* 00d77945d Roll src/third_party/skia b19408040143..853789cdfe3c (1 commits) (flutter/engine#16905)

* 922e257b5 Roll src/third_party/skia 853789cdfe3c..96c2eb6258ae (3 commits) (flutter/engine#16906)

* e02734006 Roll fuchsia/sdk/core/linux-amd64 from uiAI5... to ULy6Z... (flutter/engine#16907)

* 5fdfc12e0 Roll src/third_party/skia 96c2eb6258ae..b58098f34c56 (2 commits) (flutter/engine#16908)

* 66bac1cac Roll src/third_party/dart c07d5d84b828..e7e45599cb1a (9 commits) (flutter/engine#16909)

* 0f7b14f56 Roll src/third_party/skia b58098f34c56..ae2da5e7f9b5 (3 commits) (flutter/engine#16910)

* 224e0f961 Roll src/third_party/skia ae2da5e7f9b5..964aa91580b6 (4 commits) (flutter/engine#16911)

* ca8bb0a92 Roll src/third_party/skia 964aa91580b6..4036cb1f0b6e (5 commits) (flutter/engine#16912)

* ba8a89223 Roll src/third_party/dart e7e45599cb1a..5701c4fd3b11 (25 commits) (flutter/engine#16913)

* 78a1c7ebf Revert "Drop last usages of Dart_New from engine (#16838)" (flutter/engine#16915)
2020-03-03 18:05:24 -08:00
Christopher Fujino 2c846af1a0
Fix _checkPodCondition not handling CocoaPodsStatus.brokenInstall (#51676) 2020-03-03 17:55:02 -08:00
Konstantin Scheglov fb953b719f
Cast to List<dynamic> and cast(). (#51591) 2020-03-03 14:49:02 -08:00
Shi-Hao Hong ad44b05ca4
Revert "AlertDialog widget scrollable by default (#49848)" (#51886)
This reverts commit 28f2c96a8a.
2020-03-03 14:03:05 -08:00
stuartmorgan f9c118b6b2
Exit for missing Windows plugin projects (#51838)
Exit, rather than crash, if a Windows plugin is missing its project.

Fixes #51743
2020-03-03 22:43:42 +01:00
stuartmorgan 8d8439f8e3
Add pre-stable support for create on Linux (#51832)
Adds initial support for `flutter create` of apps and plugins. This is derived from the current FDE example app and sample plugin, with a few changes:
- Added template values where it makes sense.
- Moved some likely-to-change values into separate files for now, to simplify the delete/recreate cycle that will be necessary until it's stable.
- Added some minor Makefile flag handling improvements

Since the APIs/tooling/template aren't stable yet, the app template includes a version marker, which will be updated each time there's a breaking change. The build now checks that the template version matches the version known by that version of the tool, and gives a specific error message when there's a mismatch, which improves over the current breaking change experience of hitting whatever build failure the breaking change causes and having to figure out that the problem is that the runner is out of date. It also adds a warning to the `create` output about the fact that it won't be stable.
2020-03-03 22:42:52 +01:00
Shi-Hao Hong 28f2c96a8a
AlertDialog widget scrollable by default (#49848) 2020-03-03 13:39:01 -08:00
Jenn Magder e491544588
Move embedding and linking Flutter frameworks into the tool (#51453)
* Move embedding and linking Flutter frameworks into the tool

* Unused import

* Migrate

* Rename run, add comments, remove typedef

* Add status log to tell the user what we did

* Remove Podfile migration, create IOSMigration superclass

* word-smiting

Co-Authored-By: Jonah Williams <jonahwilliams@google.com>

* for space

Co-Authored-By: Jonah Williams <jonahwilliams@google.com>

Co-authored-by: Jonah Williams <jonahwilliams@google.com>
2020-03-03 12:11:28 -08:00
Shi-Hao Hong d2c734a36f
Simple repeating word fixes (#51871) 2020-03-03 11:13:07 -08:00
Greg Spencer 1ba4f1f509
Add Linux and Windows target platforms (#51519)
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms.

Fixes #31366
2020-03-03 04:38:04 -08:00
engine-flutter-autoroll 7f6f08add7
Roll engine 5e474ee860a3..6991dd981bf7 (10 commits) (#51821)
* 38f497c4d Roll src/third_party/skia 9dd0bd78b2d7..470f0637aeea (11 commits) (flutter/engine#16887)

* 5073cc7cb Roll src/third_party/dart fbe9f6115d2f..0b819161d778 (3 commits) (flutter/engine#16888)

* df942131b Revert "Try rasterizing images and layers only once , even when their rasterization fails. Further enforce the same access threshold on layers as on Pictures. Previously layers would always be cached. The latter is a semantic change. (#16545)" (flutter/engine#16889)

* b230adbb3 Roll src/third_party/skia 470f0637aeea..ded437003d0e (6 commits) (flutter/engine#16891)

* 63bdf3e1b Roll fuchsia/sdk/core/mac-amd64 from q2DAy... to WmA2M... (flutter/engine#16892)

* e54f2c8c1 Const finder missing `static const` list/map/set fields. (flutter/engine#16896)

* 10275fe66 Roll fuchsia/sdk/core/linux-amd64 from 9NHsJ... to uiAI5... (flutter/engine#16893)

* 8d046faf9 Roll src/third_party/skia ded437003d0e..b43cfa4d3f96 (7 commits) (flutter/engine#16894)

* 9c5399315 Roll src/third_party/dart 0b819161d778..ca3ad264a649 (18 commits) (flutter/engine#16898)

* 6991dd981 Roll src/third_party/skia b43cfa4d3f96..8121d27b297c (10 commits) (flutter/engine#16899)
2020-03-02 22:20:25 -08:00
zsunkun fdbd1b14ff
fix pom file not found when run app with local engine (#51468) 2020-03-02 19:09:01 -08:00
Sebastian Roth 8df3e057b2
Add missing back links to the layout catalog (#51782) 2020-03-02 16:29:02 -08:00
Gary Qian b4cf20380e
Add missing features to DefaultTextStyleTransition and AnimatedDefaultTextStyle (#51517) 2020-03-02 16:24:02 -08:00
Jonah Williams 3489da9328
[flutter_tools] no more MockLogger in tests (#51684) 2020-03-02 16:23:56 -08:00
Jonah Williams f90fcba40f
[flutter_tools] disable mirrors in tool snapshot (#51801) 2020-03-02 16:23:10 -08:00
枯藤老树 3551a51df4
Update flexible_space_bar.dart (#51314) 2020-03-02 16:19:06 -08:00
engine-flutter-autoroll 686d163420
Roll engine 96061d62281d..5e474ee860a3 (29 commits) (#51792)
* 9beac71a2 Add support for software text editing controls (flutter/engine#15560)

* ab9f83fe0 Roll fuchsia/sdk/core/linux-amd64 from RYDur... to bgFop... (flutter/engine#16855)

* 62d0c0829 Roll src/third_party/dart dda5bcee00d3..4dad6d77ba50 (6 commits) (flutter/engine#16856)

* 76d12d2cb Roll src/third_party/skia 03d9e8af0d25..262796edeba6 (11 commits) (flutter/engine#16857)

* 01a52b994 Try rasterizing images and layers only once, even when their rasterization fails. Further enforce the same access threshold on layers as on Pictures. Previously layers would always be cached. The latter is a semantic change. (flutter/engine#16545)

* 3b0d1a8d2 script for fetching correct flutter version (flutter/engine#16818)

* 9746ddb61 Roll src/third_party/dart 4dad6d77ba50..6708f6d4c7df (15 commits) (flutter/engine#16860)

* 90736bbc5 Roll src/third_party/skia 262796edeba6..54cb21430ccb (23 commits) (flutter/engine#16861)

* 142882e1b Roll src/third_party/skia 54cb21430ccb..e1ae9c4bcf2e (4 commits) (flutter/engine#16863)

* 71923563a Manual roll of Dart 09bbd3cca5...6708f6d4c7 (flutter/engine#16864)

* fae5ff658 Roll src/third_party/skia e1ae9c4bcf2e..5d1c3e2ead61 (2 commits) (flutter/engine#16865)

* c6525a428 Roll src/third_party/skia 5d1c3e2ead61..59b160f99106 (2 commits) (flutter/engine#16866)

* 755e2b559 Roll src/third_party/skia 59b160f99106..71a20b2685c6 (1 commits) (flutter/engine#16867)

* 93d0eff4d Roll src/third_party/skia 71a20b2685c6..ecbb0fb2d5bc (1 commits) (flutter/engine#16869)

* bfee5ae23 Roll fuchsia/sdk/core/linux-amd64 from bgFop... to F_Ihm... (flutter/engine#16871)

* ca29b47bf Roll fuchsia/sdk/core/mac-amd64 from K26F5... to 79I0C... (flutter/engine#16872)

* 708ca2c62 Roll src/third_party/skia ecbb0fb2d5bc..666707336e07 (1 commits) (flutter/engine#16873)

* 78ea291da Roll fuchsia/sdk/core/mac-amd64 from 79I0C... to NoQzJ... (flutter/engine#16874)

* 7b43bb863 Roll fuchsia/sdk/core/linux-amd64 from F_Ihm... to 22R78... (flutter/engine#16875)

* 75c9c62f8 Roll src/third_party/skia 666707336e07..231f1bf56556 (1 commits) (flutter/engine#16876)

* 7a86b83f0 Roll src/third_party/dart 09bbd3cca5d4..860dca93ea42 (1 commits) (flutter/engine#16877)

* d0c87e212 Roll src/third_party/skia 231f1bf56556..d6205322cdc5 (1 commits) (flutter/engine#16878)

* b4c58545a Roll src/third_party/skia d6205322cdc5..6729496a037f (1 commits) (flutter/engine#16879)

* 03f0ee548 Roll src/third_party/skia 6729496a037f..367dbff98555 (1 commits) (flutter/engine#16880)

* d84b96855 Roll fuchsia/sdk/core/mac-amd64 from NoQzJ... to q2DAy... (flutter/engine#16881)

* 4490e7cf9 Roll fuchsia/sdk/core/linux-amd64 from 22R78... to 9NHsJ... (flutter/engine#16882)

* a39e7ac44 Roll src/third_party/skia 367dbff98555..986680240f81 (1 commits) (flutter/engine#16884)

* 62b1e50ed Roll src/third_party/dart 860dca93ea42..fbe9f6115d2f (9 commits) (flutter/engine#16885)

* 5e474ee86 Roll src/third_party/skia 986680240f81..9dd0bd78b2d7 (2 commits) (flutter/engine#16886)
2020-03-02 13:25:22 -08:00
Todd Volkert cc34cb80a8
Roll engine back to 96061d62281d1840af3ee75fefa41d1cf254fce6 (#51785)
* Revert #51693
* Revert #51689

https://github.com/flutter/flutter/issues/51776
2020-03-02 10:28:48 -08:00
Remi Rousselet c742c19891
Add debugDoingBuild flag (#51428) 2020-03-02 09:55:37 -08:00
LongCatIsLooong fe0a669cc9
fix sign (#51679) 2020-03-02 09:54:02 -08:00
Shi-Hao Hong 96003f91d6
Fix doc typo in WidgetsApp.supportedLocales (#51646)
* Fix doc typo
2020-03-02 09:49:21 -08:00
Pierre-Louis ec64f93fdd
Material Bottom Sheet Reveal/Dismiss animation uses a curved animation (#51122) 2020-03-02 09:49:03 -08:00
Chris Bracken f3018c378a
Revert "Temporarily disable the flutter_driver_screenshot_test. (#51665)" (#51783)
The original commit actually *enabled* the test by removing the
flaky: true field in the commit.

This reverts commit 1d3fcfd6ca.
2020-03-02 09:45:24 -08:00
Chris Yang 1d3fcfd6ca
Temporarily disable the flutter_driver_screenshot_test. (#51665) 2020-02-29 10:01:18 -08:00
engine-flutter-autoroll 32b17974ea
Roll engine 142882e1baea..755e2b559d4d (4 commits) (#51693) 2020-02-29 03:41:00 -08:00
engine-flutter-autoroll 167ef2eda9
Roll engine 96061d62281d..142882e1baea (9 commits) (#51689) 2020-02-28 23:56:01 -08:00
Zachary Anderson 914bd76979
[flutter_tools] Handle errors on the std{out,err}.done future (#51660) 2020-02-28 22:31:01 -08:00
engine-flutter-autoroll ca9e8b2f93
Roll engine e47fa0bee913..96061d62281d (2 commits) (#51668) 2020-02-28 22:26:02 -08:00
Shi-Hao Hong c98500dea3
Update gen_l10n tool to require base locale; Stocks app refresh (#51602) 2020-02-28 22:21:01 -08:00
stuartmorgan 6a337a76dd
Revert "Fix handling backspace on macos with text selection (#49760)" (#51577)
This reverts commit 9375377fa9.

Fixes #51511
2020-02-28 14:28:34 -08:00
Jonah Williams 9b4159c5ee
[flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
engine-flutter-autoroll 266742e12d
e47fa0bee Avoid using Dart_New for semantics (flutter/engine#16849) (#51659) 2020-02-28 13:56:03 -08:00
Mouad Debbar 03d6b58002
[web] Allow benchmarks to customize their score keys (#51493) 2020-02-28 13:54:45 -08:00
engine-flutter-autoroll 396e8d3ebb
Roll engine f520bb8d7ab2..cc0e21b5d2fb (2 commits) (#51653) 2020-02-28 12:46:02 -08:00
Dan Field 646d2b0139
properties (#51650) 2020-02-28 12:01:03 -08:00
Jonah Williams 515027a91c
[flutter_tools] allow configuring libraries spec path for the web compilation (#51590) 2020-02-28 11:26:02 -08:00
engine-flutter-autoroll 47911e85e7
Roll engine 7a25baedad54..f520bb8d7ab2 (6 commits) (#51644) 2020-02-28 10:36:02 -08:00
Jonah Williams 42ae15f44e
[flutter_tools] remove LinuxWorkflow from injection and clean up tests (#51597) 2020-02-28 10:27:27 -08:00
Yegor bae79599c2
add docs about writing/running web benchmarks (#50989)
* add docs about writing/running web benchmarks

* explain how to run like devicelab

* add WidgetBuildRecorder docs
2020-02-28 10:16:35 -08:00
Yegor cd0fbd3205
improve web benchmark error reporting (#51490) 2020-02-28 10:14:22 -08:00
Jonah Williams 213027dd82
[Perf/codesize] Reland: Reduce constraint member reads during layout
This reverts commit 2132a0c7a3.
2020-02-28 10:02:57 -08:00
Justin McCandless 7011d30876
AppBar Height Fix (#48761) 2020-02-28 09:51:02 -08:00
Jason Simmons ae027c194f
Use strut box heights to calculate selection rectangles in order to ensure that they remain within visible bounds (#50354) 2020-02-28 09:36:03 -08:00