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 |
|
Jenn Magder
|
6cbed01db3
|
Migrate windows_device to null safety (#92956)
|
2021-11-07 01:27:34 -07:00 |
|
Jenn Magder
|
31933af486
|
Update minimum required version to Xcode 12.3 (#93094)
|
2021-11-05 16:08:04 -07:00 |
|
Jenn Magder
|
9e88fe328e
|
Remove globals_null_migrated.dart, move into globals.dart (#92861)
|
2021-11-01 17:18:03 -07:00 |
|
嘟囔
|
41167c957d
|
feat: migrate macos/macos_device.dart to null safety (#92633)
|
2021-10-29 16:14:35 -07:00 |
|
Jenn Magder
|
aff69e43ef
|
Add integration_test to flavor test project (#92520)
|
2021-10-27 12:53:05 -07:00 |
|
Jenn Magder
|
8474f41e90
|
Migrate xcdevice and ios devices to null safety (#92056)
|
2021-10-19 12:23:03 -07:00 |
|
Jenn Magder
|
a82c50f1f6
|
Revert "Migrate xcdevice and ios devices to null safety (#91704)" (#91912)
This reverts commit 0065873670 .
|
2021-10-15 09:48:08 -07:00 |
|
Jenn Magder
|
0065873670
|
Migrate xcdevice and ios devices to null safety (#91704)
|
2021-10-14 22:28:02 -07:00 |
|
Jenn Magder
|
8930e9b892
|
Catch FormatException parsing XCDevice._getAllDevices (#90967)
|
2021-10-08 13:08:04 -07:00 |
|
Ian Hickson
|
61a0add286
|
Enable avoid_redundant_argument_values lint (#91409) (#91462)
|
2021-10-08 09:25:14 -07:00 |
|
Zachary Anderson
|
b9d2177da0
|
Revert "Enable avoid_redundant_argument_values lint (#91409)" (#91461)
This reverts commit 5fd259be24 .
|
2021-10-07 21:11:07 -07:00 |
|
Ian Hickson
|
5fd259be24
|
Enable avoid_redundant_argument_values lint (#91409)
|
2021-10-07 20:13:02 -07:00 |
|
Jenn Magder
|
c48c428e46
|
Xcode 13 as minimum recommended version (#90906)
|
2021-09-30 12:23:55 -07:00 |
|
Anis Alibegić
|
a753d09cc9
|
Fixed several typos (#89485)
|
2021-09-07 14:56:04 -07:00 |
|
Jenn Magder
|
d550d497f1
|
Migrate some flutter_tools tests to null safety (#88850)
|
2021-08-25 16:21:04 -07:00 |
|
Taha Tesser
|
42a6b7913c
|
[tools] Add Xcode version to non-verbose Flutter doctor (#87022)
|
2021-08-17 15:52:03 -07:00 |
|
Jenn Magder
|
325cfb0f4c
|
Make doctor Xcode version requirement clearer (#88137)
|
2021-08-13 17:07:03 -07:00 |
|
Zachary Anderson
|
f0e832cdea
|
[flutter_tool] Fix DesktopLogReader to capture all output (#88116)
|
2021-08-12 14:57:07 -07:00 |
|
Darren Austin
|
b08366ce7b
|
Updated skipped tests for flutter_tools. (#87925)
* Updated skipped tests for flutter_tools.
* Turned the flaky overall_experience test off as it was still failing on CI.
|
2021-08-10 22:22:08 -07:00 |
|
嘟囔
|
bffa11e2b6
|
fix: fix BuildableMacOSApp pass no projectBundleId to super error (#87264)
|
2021-08-06 14:30:07 -07:00 |
|
Jenn Magder
|
e028d0f046
|
Split project.dart into CMake and Xcode projects (#85359)
|
2021-06-28 11:31:04 -07:00 |
|
Jonah Williams
|
88e756d19e
|
[flutter_tools] well known device ids (#85184)
|
2021-06-24 18:46:04 -07:00 |
|
Balvinder Singh Gambhir
|
604c59e522
|
adds build number of ios device in flutter devices command (#84512)
|
2021-06-23 11:31:03 -07:00 |
|
Jenn Magder
|
e87a85c30e
|
Add Designed by iPad attach destination for ARM macOS (#84411)
|
2021-06-14 12:09:02 -07:00 |
|
Jenn Magder
|
4c6a9dcb40
|
Migrate a few tool libraries to null safety (#83862)
|
2021-06-04 10:49:04 -07:00 |
|
Hattomo (TomohiroHattori)
|
08a70e7ac8
|
Enable avoid_escaping_inner_quotes lint (#81153)
|
2021-05-19 09:54:02 -07:00 |
|
Jenn Magder
|
25c10d6a1c
|
Replace testUsingContext with testWithoutContext in a few places (#82498)
|
2021-05-13 23:09:03 -07:00 |
|
Jonah Williams
|
ce9aee6606
|
[flutter_tools] remove mocks from xcode test (#81451)
|
2021-04-30 09:44:01 -07:00 |
|
Jonah Williams
|
7c27db3dfe
|
[flutter_tools] remove mocks and globals from macOS tests (#81401)
|
2021-04-28 13:44:02 -07:00 |
|
Matej Knopp
|
f6726b425d
|
Add support for DarwinArchs when assembling macOS App.framework (#81243)
|
2021-04-28 11:33:36 -07:00 |
|
Jenn Magder
|
db3f49b1b4
|
Use cached Xcode build settings during iOS build (#80904)
|
2021-04-27 17:20:11 -07:00 |
|
Phil Quitslund
|
61c30c41b2
|
fix sort_directives violations (#80817)
|
2021-04-21 13:49:03 -07:00 |
|
Jenn Magder
|
515003e4af
|
Migrate xcode.dart and xcode_validator.dart to null safety (#80614)
|
2021-04-18 14:39:03 -07:00 |
|
Jenn Magder
|
72976f552c
|
Migrate xcodeproj to null safety (#80549)
|
2021-04-16 17:22:46 -07:00 |
|
Jenn Magder
|
56c0002c47
|
Adopt FakeProcessManager.empty (#80480)
|
2021-04-15 14:19:02 -07:00 |
|
Jenn Magder
|
ddc1c296a1
|
Pull XCDevice out of xcode.dart (#80324)
|
2021-04-13 18:10:21 -07:00 |
|
Jenn Magder
|
d40cc5af8f
|
Migrate flutter_tool plugins.dart to null safety (#80304)
|
2021-04-13 13:52:58 -07:00 |
|
Jenn Magder
|
ba764ebc38
|
Update Podfile.lock modified timestamp when pod install is run (#78823)
|
2021-04-06 15:54:02 -07:00 |
|
Jonah Williams
|
0a59698ebe
|
[flutter_tools] migrate cache to null safety (#79864)
|
2021-04-06 14:44:02 -07:00 |
|
Jenn Magder
|
79f1689f6a
|
Migrate doctor_validator to null safety (#79682)
|
2021-04-05 11:54:54 -07:00 |
|
Jenn Magder
|
8ddc27e607
|
Split globals.dart into null sound and unsound libraries (#79016)
|
2021-03-31 16:55:20 -07:00 |
|
Jenn Magder
|
5a6d2a0a8e
|
Check for outdated Podfile before running pod install (#79343)
|
2021-03-30 12:42:39 -07:00 |
|
Jenn Magder
|
d165ea5c42
|
Migrate os to null safety (#78901)
|
2021-03-23 17:28:09 -07:00 |
|
Jenn Magder
|
0cf1007276
|
Remove mocks from cocoapods_test (#78279)
|
2021-03-16 13:53:04 -07:00 |
|
Jenn Magder
|
c3d0f60407
|
Remove mock from cocoapods_validator_test (#77991)
|
2021-03-12 19:14:05 -08:00 |
|
Michael Goderbauer
|
cb867bbedc
|
Enable unnecessary_await_in_return lint (#77434)
|
2021-03-05 18:38:15 -08:00 |
|
Michael Goderbauer
|
807bb29888
|
enable prefer_function_declarations_over_variables lint (#77398)
|
2021-03-05 18:29:04 -08:00 |
|
Jenn Magder
|
67b2ca893e
|
Update minimum required version to Xcode 12 (#77025)
|
2021-03-03 11:00:35 -08:00 |
|
Jonah Williams
|
2951363dc8
|
[flutter_tools] switch FakeCache to cache.test and NoopUsage to TestUsage (#76802)
|
2021-02-26 11:13:32 -08:00 |
|