Commit Graph

7258 Commits

Author SHA1 Message Date
Gary Qian
da4e997ed3 Short circuit v1 deprecation warning on plugin projects (#94769) 2021-12-07 01:53:50 -08:00
Gary Qian
dd6a11b7aa Add reason logging to v1 embedding warning message (#94636) 2021-12-06 14:21:58 -08:00
Michael Thomsen
bb906b6b4f Roll packages to pick up new platform package (#94603) 2021-12-06 10:34:56 +01:00
Jia Hao
4517d16b53 [flutter_tools] Fix incorrect todo (#94597) 2021-12-03 11:34:10 -08:00
Yegor
48a5cf9225 [tool] verify download URLs; docs for base URLs (#94178) 2021-12-02 10:11:36 -08:00
Hannes Winkler
bccc9eaca7 Fix a stream lifecycle bug in CustomDeviceLogReader (#94310) 2021-12-01 18:34:04 -08:00
Darren Austin
418cd95661 Added material_color_utilities as a dependency for flutter package. (#94377) 2021-12-01 14:19:04 -08:00
Danny Tuppeny
b865e23aeb Don't treat stderr output as failures during DAP test teardown (#94335) 2021-12-01 07:19:04 -08:00
Anna Gringauze
ca62470796 De-flake web tool tests (#93948) 2021-11-30 17:39:05 -08:00
Chris Wong
7ef5226799 Migrate to process 4.2.4 (#92630) 2021-11-30 17:14:07 -08:00
Jenn Magder
361d416e6a Add post-submit failing test to close the tree for #94356 (#94390) 2021-11-29 22:01:32 -08:00
Zachary Anderson
fc60e6690b Add failing test to close the tree for #94356 (#94365) 2021-11-29 12:34:25 -08:00
Nate Bosch
6d1a840bc5 Roll packages, remove unnecessary overrides (#94172) 2021-11-24 14:43:05 -08:00
Yegor
a2a888ec13 make CIPD url customizable using FLUTTER_STORAGE_BASE_URL (#94137) 2021-11-24 07:53:03 -08:00
Mouad Debbar
30b6b9e7f0 Revert "Update Xcode toolsVersion encoded in generated Main.storyboard (#94084)" (#94164)
This reverts commit 6a3ea7eb83.
2021-11-24 10:12:53 -05:00
Jenn Magder
6a3ea7eb83 Update Xcode toolsVersion encoded in generated Main.storyboard (#94084) 2021-11-23 17:38:02 -08:00
Wizz.Xu
45a34e83b4 Master analyze_base.dart to null-safety (#93954) 2021-11-22 20:17:32 -08:00
Danny Tuppeny
77fca35877 [DAP] Add a custom event to pass flutter.serviceExtensionStateChanged… (#93870) 2021-11-22 20:12:33 -08:00
Tarekk Mohamed Abdalla
fae84f6714 [gen_l10n] Add support for adding placeholders inside select (#92753) 2021-11-22 20:08:03 -08:00
Andrei Diaconu
924336fcee Reland 3: Display Features (#93240) 2021-11-20 15:48:06 -08:00
姚春锋
f802e639b2 skip 'generateLockfiles' for add-to-app project. (#91458) 2021-11-20 10:58:06 -08:00
Ian Hickson
bde9f11831 Add a test to verify that we only link to real issue templates (#93528) 2021-11-19 13:13:05 -08:00
Danny Tuppeny
99e85b1c5f Disable pause-on-exceptions for (outgoing) isolates during hot restart (#93411) 2021-11-18 22:23:09 -08:00
Jenn Magder
b460d0ee34 Migrate emulators to null safety (#92738) 2021-11-18 22:13:06 -08:00
moko256
570e39d38b Win32 template: Use {{projectName}} for FileDescription instead of {{description}} (#91959) 2021-11-18 10:03:04 -08:00
Jenn Magder
e56c83a1ac Migrate build_system targets to null safety (#92869) 2021-11-17 16:31:37 -08:00
Danny Tuppeny
c6d4625232 Ensure the flutter_gen project is correctly created as part of "flutter create" (#92975) 2021-11-17 12:03:04 -08:00
Hans Muller
09d08510d0 Revert "allow full locale in .arb files (#93401)" (#93806)
This reverts commit 16f441188c.
2021-11-17 11:26:16 -08:00
Taha Tesser
16f441188c allow full locale in .arb files (#93401) 2021-11-17 09:35:47 -08:00
Konoshenko Vlad
ee87f6113e fix: removed unnecessary checks (#93735) 2021-11-16 18:43:05 -08:00
Gary Qian
02b1146cff Reland "Exit on deprecated v1 embedding when trying to run or build" (#92901) (#93566) 2021-11-12 15:52:32 -08:00
Christopher Fujino
e8ec8a0dfb [flutter_tools] Catch lack of flutter tools source missing (#93168) 2021-11-12 14:43:52 -08:00
Jenn Magder
a25dca4a06 Ad-hoc codesign Flutter.framework when code signing is disabled (#93556) 2021-11-12 12:56:03 -08:00
pan
7ce6d414d4 add --extra-gen-snapshot-options support for build_aar command. (#91590) 2021-11-12 11:11:02 -08:00
Jason Simmons
e9519d8a1a Restore Cache.flutterRoot after overriding it in a test (#93555)
Fixes https://github.com/flutter/flutter/issues/93553
2021-11-12 10:32:13 -08:00
Yegor
24b9346c9b Revert "Reland "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93386)" (#93518)
This reverts commit eabb7cbc34.

It broke multiple tests.
2021-11-11 16:45:40 -08:00
Gary Qian
eabb7cbc34 Reland "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93386) 2021-11-11 14:49:35 -08:00
Kenzie (Schmoll) Davisson
7748731903 Add DevTools version to flutter --version and flutter doctor -v output. (#93065)
* Add DevTools version to `flutter --version` output.

* review comments

* fix test

* add explanatory comment

* dummy commit to kick bots

Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
2021-11-11 14:40:22 -08:00
Core
d8034538bd feat: enable flavor option on test command (#89045) 2021-11-11 09:23:02 -08:00
stuartmorgan
7e05d103e9 Add support for Visual Studio 2022 (#93426) 2021-11-10 16:43:02 -08:00
Greg Spencer
52ae102f18 Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
Shueh Chou Lu
e8b3fe8aa6 Use num on plural (#93228) 2021-11-10 08:47:25 -08:00
Nate Bosch
4aad63a63d Ignore upcoming warning for unnecessary override (#93353) 2021-11-10 07:33:05 -08:00
Zachary Anderson
858a328712 Revert "Exit on deprecated v1 embedding when trying to run or build (#92901)" (#93365)
This reverts commit 6153bbef3e.
2021-11-09 22:22:14 -08:00
Gary Qian
6153bbef3e Exit on deprecated v1 embedding when trying to run or build (#92901) 2021-11-09 17:38:03 -08:00
Camille Simon
977c35307f Add warning for bumping Android SDK version to match plugins (#92451) 2021-11-09 12:58:07 -08:00
Zachary Anderson
366648ae90 Revert "Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535)" (#93323)
This reverts commit bfe9c59831.
2021-11-09 08:44:56 -08:00
Greg Spencer
bfe9c59831 Reland: "Update outdated runners in the benchmarks folder (#91126)" (#92535) 2021-11-08 21:28:02 -08:00
J-P Nurmi
550281e581 [gen_l10n] retain full output file suffix (#88362) 2021-11-08 13:55:19 -08:00
Jenn Magder
6cbed01db3 Migrate windows_device to null safety (#92956) 2021-11-07 01:27:34 -07:00