Jenn Magder
3c24f16744
Migrate platform_plugins to null safety ( #78943 )
2021-03-24 16:35:43 -07:00
Jenn Magder
bd94007356
Migrate localizations_utils to null safety ( #78939 )
2021-03-24 16:35:16 -07:00
Jenn Magder
b804117802
Removed unnecessary ! in net.dart ( #79010 )
2021-03-24 15:36:12 -07:00
Jonah Williams
2eabb17215
[flutter_tools] migrate tool_backend.dart to null safety and add testing of exit conditions ( #78988 )
2021-03-24 15:23:21 -07:00
Jenn Magder
5398c34cfe
Migrate flutter_project_metadata to null safety ( #78944 )
2021-03-24 15:21:23 -07:00
Jenn Magder
63d6ec56af
Migrate deferred_components_validator to null safety ( #78934 )
2021-03-24 15:20:05 -07:00
Jenn Magder
ce31d4ff7e
Migrate android_console to null safety ( #78923 )
2021-03-24 15:18:00 -07:00
Jenn Magder
7148cc61f3
Migrate flutter_tool net.dart to null safety ( #78922 )
2021-03-24 15:16:13 -07:00
Jenn Magder
d79b16689d
Migrate error_handling_io to null safety ( #78932 )
2021-03-24 14:56:26 -07:00
Danny Tuppeny
563338a106
Support WebSockets for injected client ( #78961 )
2021-03-24 10:45:03 -07:00
Jia Hao
aa1df71c20
[flutter_tools] throwToolExit should return Never ( #78954 )
2021-03-24 10:40:03 -07:00
Gary Qian
2f05751973
Record deferred components assets in AssetManifest.json ( #78824 )
2021-03-24 02:57:01 -07:00
Shi-Hao Hong
9f49181f40
[gen-l10n] Remove need for ignoring two lints in generated code ( #78778 )
...
* Remove need for unused import for placeholder braces
* Remove need for unused intl import for when plurals aren't used in the generated code
2021-03-24 15:46:09 +08:00
Jonah Williams
975fb0f06c
[flutter_tool] fix deletion of gradle wrapper artifacts in cache ( #78911 )
2021-03-23 21:33:05 -07:00
Jonah Williams
64d9650e51
[flutter_tools] remove suite channel access from web tests ( #78915 )
2021-03-23 21:32:53 -07:00
Michael Goderbauer
cec6491838
Remove ignores that are not ignoring anything ( #78669 )
2021-03-23 18:46:04 -07:00
Jenn Magder
6b22834699
Update packages to pick up new process version ( #78910 )
2021-03-23 17:30:49 -07:00
Jonah Williams
9cc61b0f90
[flutter_tools] handle concurrent modification in signal callback ( #78913 )
2021-03-23 17:30:09 -07:00
Jenn Magder
d165ea5c42
Migrate os to null safety ( #78901 )
2021-03-23 17:28:09 -07:00
Zachary Anderson
5efc7169eb
Reverts "Implement dartPluginClass support for plugins #74469 " ( #78623 )
...
* Revert "Enable dart_plugin_registry_test (#76645 )"
This reverts commit 109e0bb9f55ed6e9884547843356d16897eaf6a9.
* Revert "Apply changes caused by https://github.com/flutter/flutter/pull/76662 (#77093 )"
This reverts commit cdca6485f05287bb12b1acebbbae2ba107d6c1be.
* Revert "Disable clang format in the plugin registrants (#76662 )"
This reverts commit dadbd47d097f5cce868832fa8b4d03439a5c8402.
* Revert "Disable warnings for the dart plugin registrant (#76561 )"
This reverts commit 098ece522d41f25370d19f5ec09d93ce2e727019.
* Revert "Remove dart_plugin_registry_test timeouts (#76838 )"
This reverts commit 1610a2747654dec3cabbd1d81d0bc5885b2067a2.
* Revert "Implement dartPluginClass support for plugins (#74469 )"
This reverts commit b7d4806243a4e906bf061f79a0e314ba28111aa6.
Kick.
2021-03-23 14:28:11 -07:00
Jenn Magder
46c99809b4
Migrate flutter_tools file_system to null safety ( #78896 )
2021-03-23 13:36:34 -07:00
Jenn Magder
5a6bac3037
Migrate command_help to null safety ( #78892 )
2021-03-23 12:47:48 -07:00
Jenn Magder
7f3c5deb7e
Migrate signals.dart to null safety ( #78893 )
2021-03-23 12:46:26 -07:00
Danny Tuppeny
596133a723
Pass the --disable-dds flag through to dwds ( #78806 )
2021-03-23 12:36:53 -07:00
Jenn Magder
8a0cc1bef7
Make launguage_version in flutter_tool null safe ( #78843 )
2021-03-23 10:11:07 -07:00
Jonah Williams
72ff553af3
[flutter_tools] migrate io, process, logger, terminal ( #78816 )
2021-03-23 10:10:37 -07:00
Jenn Magder
5a21e2d877
Make version and time in flutter_tool null safe ( #78836 )
2021-03-23 10:03:23 -07:00
Jenn Magder
0bde67e734
Migrate flutter_tool tool helper files to null safety ( #78845 )
2021-03-23 10:02:59 -07:00
Jenn Magder
3463946448
Take screenshot when drive fails ( #78822 )
2021-03-22 19:06:28 -07:00
Shi-Hao Hong
7a88eb97ea
Typo fixes ( #78755 )
2021-03-23 09:23:43 +08:00
Jonah Williams
cf903d7392
[flutter_tools] remove globals from process, filesystem ( #78357 )
2021-03-22 10:35:40 -07:00
Marcel Čampa
e85fe60d00
Command flutter create
respects disabled iOS and Android ( #78406 )
2021-03-22 09:53:05 -07:00
Jonah Williams
74a795d165
roll more versions ( #78654 )
2021-03-19 15:46:03 -07:00
Jonah Williams
985fc7463c
[flutter_tools] add skeleton for build uwp ( #78624 )
...
Adds the rest of the scaffolding for building a UWP application. The actual build functionality needs to be implemented, but could use buildWindows as an example (if it is going through cmake)
#14967
2021-03-19 15:36:42 -07:00
Jenn Magder
2e06ed0787
Add test for dart compilation error build output ( #78381 )
2021-03-19 15:33:46 -07:00
Jenn Magder
6a4dd4cfb4
Skip linking on Flutter for CocoaPods transitive dependencies ( #78592 )
2021-03-19 15:33:20 -07:00
Michael Goderbauer
197b440e96
Migrate out custom ignore syntax to flutter_ignore ( #78497 )
2021-03-19 15:33:05 -07:00
Michael Goderbauer
a7e3b1a35d
Clean up ignores that are not ignoring anything ( #78493 )
2021-03-19 15:32:46 -07:00
Sigurd Meldgaard
b948bc073d
Flutter tool - Don't check for updates when run on a bot ( #76107 )
2021-03-19 14:21:04 -07:00
Jonah Williams
28532edaa5
Update all versions and migrate devicelab framework to package:vm_service ( #78557 )
2021-03-18 12:38:12 -07:00
Jenn Magder
2dbe1ec8fb
Move web tool test per-test timeout to shard ( #78508 )
2021-03-18 11:50:49 -07:00
Jenn Magder
0e2f66e90c
Parse engine src path from an absolute --local-engine ( #78496 )
2021-03-18 11:50:38 -07:00
Jonah Williams
d27666e058
[flutter_tools] migrate context to null safety ( #78359 )
2021-03-18 10:18:20 -07:00
Jonah Williams
cdfe39556b
[flutter_tools] handle OSError 2 from current working directory ( #78380 )
2021-03-18 09:49:25 -07:00
Marcus Tomlinson
01c772cc8d
Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" ( #78415 )
...
* Revert "Add libgcrypt as an explicit dependancy on Linux"
This reverts commit bf65b3d03ccdc1dd21c09f34d600d72b0636a784.
* libblkid & liblzma not explicitly required either
2021-03-18 09:14:44 -07:00
Anna Gringauze
e8c3ce6bd1
Try fixing web tool tests on windows ( #78386 )
2021-03-17 22:13:13 -07:00
Jenn Magder
7dd752ace6
Add trace logging to local engine path autodetection ( #78482 )
2021-03-17 17:35:43 -07:00
Jonah Williams
4807f806e2
[flutter_tools] remove globals from logger ( #78353 )
2021-03-16 16:46:21 -07:00
Ian Hickson
f3c25fa07a
Align more closely with package:test ( #77118 ) ( #78343 )
2021-03-16 13:58:02 -07:00
Jenn Magder
0cf1007276
Remove mocks from cocoapods_test ( #78279 )
2021-03-16 13:53:04 -07:00