flutter/packages/flutter_tools/test/general.shard
stuartmorgan 0412977e48
Support create for macOS (app and plugin) (#40851)
Adds macOS support for `flutter create`:
- Currently it is behind a hidden flag.
- Adds a TargetPlatform workaround to lib/main.dart in the standard app template when enabled.
- Supports `app` and `plugin`; `module` support doesn't yet exist for macOS in general.

This will eliminate the need to use FDE's examples as templates on macOS. The templates are based on the current state of FDE's examples, with templating support added (and with adoption of the new application delegate in the app, which hadn't been done yet in FDE, eliminating some boilerplate from the template).

Fixes #30703
2019-09-19 17:06:18 -07:00
..
android Update Kotlin and Gradle version (#40181) 2019-09-13 19:37:07 -07:00
base [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00
build_runner Allow skipping webOnlyInitializePlatform in Flutter for Web (#40301) 2019-09-13 10:20:30 -07:00
build_system Revert "Reland: implement build bundle with assemble (#40470)" (#40862) 2019-09-19 09:04:07 -07:00
commands Support create for macOS (app and plugin) (#40851) 2019-09-19 17:06:18 -07:00
dart Revert "Keep LLDB connection to iOS device alive while running from CLI. (#36194)" (#36293) 2019-07-16 12:34:49 -07:00
fuchsia Ensure that cache dirs and files have appropriate permissions (#28090) 2019-07-18 15:29:06 -07:00
intellij Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
ios Move build info checks from generating files to the xcode build (#40792) 2019-09-18 16:57:31 -07:00
linux Avoid killing Flutter tool process (#37471) (#37500) 2019-08-09 11:25:12 -07:00
macos [flutter_tool] Remove the synchronous -showBuildSettings (#40435) 2019-09-16 07:51:50 -07:00
runner flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
tester Expose functionality to compile dart to kernel for the VM (#36598) 2019-07-26 19:50:57 -07:00
web Allow skipping webOnlyInitializePlatform in Flutter for Web (#40301) 2019-09-13 10:20:30 -07:00
windows Adds list required components when VS is not installed (#40397) 2019-09-12 18:44:36 -07:00
analytics_test.dart [flutter_tool] Remove unintended analytics screen send (#37514) 2019-08-06 09:08:43 -07:00
application_package_test.dart [flutter_tool] Remove the synchronous -showBuildSettings (#40435) 2019-09-16 07:51:50 -07:00
artifacts_test.dart [flutter_tool] Clean up usage events and custom dimensions (#36785) 2019-07-29 07:24:02 -07:00
asset_bundle_package_fonts_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_package_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_bundle_variant_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
asset_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
base_utils_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
bug_report_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
build_info_test.dart Warn when build number and version can't be parsed on iOS (#40611) 2019-09-17 17:07:41 -07:00
cache_test.dart Reland #39157 (#39798) 2019-09-17 08:19:33 -07:00
channel_test.dart Enable Proguard by default on release mode (#39986) 2019-09-10 17:22:55 -07:00
cold_test.dart Print message when HttpException is thrown after running flutter run (#37440) 2019-08-02 16:02:02 -07:00
compile_batch_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_expression_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_incremental_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
compile_test.dart Throw error when hot reload enters bad state (#38907) 2019-08-20 14:30:03 -07:00
config_test.dart Implement feature flag system for flutter tools (#36138) 2019-07-16 17:33:28 -07:00
coverage_collector_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
crash_reporting_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00
devfs_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00
device_test.dart Handle single unsupported device (#39541) 2019-08-29 21:39:38 -07:00
doctor.dart Reland: use flutter features for web and desktop (#36699) 2019-07-22 15:34:03 -07:00
emulator_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
features_test.dart Roll back the AAR build experiment (#36966) 2019-07-25 20:54:10 -07:00
flutter_manifest_test.dart Flutter Plugin Tool supports multi-platform plugin config (#38632) 2019-08-29 21:51:31 -07:00
flutter_platform_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
forbidden_imports_test.dart Break dependency of tools/lib/src from lib/src/commands/ (#39072) 2019-08-22 21:14:03 -07:00
hot_test.dart Print message when HttpException is thrown after running flutter run (#37440) 2019-08-02 16:02:02 -07:00
mdns_discovery_test.dart Implement mdns for flutter run (#40447) 2019-09-18 11:01:08 -07:00
package_uri_mapper_test.dart handle unexpected exit from frontend server (#38497) 2019-08-14 19:00:31 -07:00
plugin_parsing_test.dart Automatically generated registrants for web plugins (#39628) 2019-09-03 10:37:34 -07:00
plugins_test.dart Invalidate macOS pods on plugin changes (#40730) 2019-09-18 21:42:57 -07:00
project_file_invalidator_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
project_test.dart [flutter_tool] Remove the synchronous -showBuildSettings (#40435) 2019-09-16 07:51:50 -07:00
protocol_discovery_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
resident_runner_test.dart Place existing dill into hot reload temp directory to boost initialization time (#40366) 2019-09-12 12:45:53 -07:00
resident_web_runner_cold_test.dart Allow skipping webOnlyInitializePlatform in Flutter for Web (#40301) 2019-09-13 10:20:30 -07:00
resident_web_runner_test.dart Allow skipping webOnlyInitializePlatform in Flutter for Web (#40301) 2019-09-13 10:20:30 -07:00
terminal_handler_test.dart Remove unused no-build flag from the flutter run command (#37735) 2019-08-07 12:44:02 -07:00
test_compiler_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
testbed_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
time_test.dart [flutter_tool] Include the local timezone in analytics timestamp (#37345) 2019-07-31 23:28:18 -07:00
utils_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00
version_test.dart flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
vmservice_test.dart [flutter_tool] Use curly braces around single statment control structures (#40446) 2019-09-13 14:51:35 -07:00