flutter/packages/flutter_tools/test/general.shard
2019-12-17 16:13:01 -08:00
..
android Skip plugins that don't have an android impl when building AARs (#46835) 2019-12-12 12:38:09 -08:00
base [flutter_tool] restructure ProjectFileInvalidator to no longer directly depend on context (#45739) 2019-12-16 18:12:04 -08:00
build_runner License update (#45373) 2019-11-27 15:04:02 -08:00
build_system fix release web builds where the target file is not under lib (#46179) 2019-12-05 15:57:12 -08:00
commands Fix androidSdk NPE (#47187) 2019-12-17 14:10:36 -08:00
dart Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) 2019-12-13 12:23:12 -08:00
fuchsia [flutter_tool] Make Device.dispose() abstract (#46006) 2019-12-05 08:48:00 -08:00
intellij License update (#45373) 2019-11-27 15:04:02 -08:00
ios Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928) 2019-12-17 16:13:01 -08:00
linux License update (#45373) 2019-11-27 15:04:02 -08:00
macos Add bitcode and architectures to App.framework build ios framework command (#46130) 2019-12-05 12:16:54 -08:00
runner [flutter_tool] Handling of certain unrecoverable filesystem errors (#46617) 2019-12-11 12:54:36 -08:00
tester License update (#45373) 2019-11-27 15:04:02 -08:00
web Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) 2019-12-12 18:43:58 +00:00
windows License update (#45373) 2019-11-27 15:04:02 -08:00
analytics_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
application_package_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
artifacts_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
asset_bundle_package_fonts_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
asset_bundle_package_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
asset_bundle_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
asset_bundle_variant_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
asset_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
base_utils_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
build_info_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
bundle_shim_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
cache_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
channel_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
cold_test.dart [flutter_tool] add a vmservice API for hot ui requests (#45649) 2019-12-09 21:31:34 -08:00
compile_batch_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
compile_expression_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
compile_incremental_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
compile_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
config_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
coverage_collector_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
crash_reporting_test.dart fix imports to unawaited (#47181) 2019-12-17 13:29:26 -08:00
create_config_test.dart [flutter_tool] Remove direct usage of package:linter in the flutter_tools (#47174) 2019-12-16 18:37:20 -08:00
desktop_device_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
devfs_test.dart Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) 2019-12-13 12:23:12 -08:00
device_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
doctor.dart License update (#45373) 2019-11-27 15:04:02 -08:00
emulator_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
features_test.dart Enable Android embedding v2 on the beta, dev and stable channel (#46040) 2019-12-03 17:43:00 -08:00
flutter_manifest_test.dart Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) 2019-12-13 12:23:12 -08:00
flutter_platform_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
forbidden_imports_test.dart Revert "flutter_tools: Remove unused //ignore comments; change flutter-specific ones to "ignore_for_flutter" (#45917)" (#46999) 2019-12-13 12:23:12 -08:00
github_template_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
hot_test.dart [flutter_tool] add a vmservice API for hot ui requests (#45649) 2019-12-09 21:31:34 -08:00
mdns_discovery_test.dart [flutter_tool] Print a helpful message on some mDNS failures (#47157) 2019-12-16 14:57:29 -08:00
package_uri_mapper_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
persistent_tool_state_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
plugin_parsing_test.dart [flutter_tools] Add violating plugin name to validation errors (#46601) 2019-12-17 14:08:03 -08:00
plugins_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
project_file_invalidator_test.dart [flutter_tool] restructure ProjectFileInvalidator to no longer directly depend on context (#45739) 2019-12-16 18:12:04 -08:00
project_test.dart Check Xcode build setting FULL_PRODUCT_NAME for the name of the built app during flutter run (#46928) 2019-12-17 16:13:01 -08:00
protocol_discovery_test.dart [flutter_tool] Make Device.dispose() abstract (#46006) 2019-12-05 08:48:00 -08:00
resident_runner_test.dart [flutter_tool][gallery] Standardize target platform override behavior in tool and update flutter gallery to support it (#46206) 2019-12-12 15:20:52 -08:00
resident_web_runner_cold_test.dart Support URL tunnelling (pass dwds UrlEncoder through to editors via daemon) (#44271) 2019-12-12 18:43:58 +00:00
resident_web_runner_test.dart [flutter_tool] experimental resident web runner is not debuggable (#46916) 2019-12-12 19:05:48 -08:00
screenshot_command_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
terminal_handler_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
test_compiler_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
testbed_test.dart [flutter_tool] Handling of certain unrecoverable filesystem errors (#46617) 2019-12-11 12:54:36 -08:00
time_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
utils_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
version_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
vmservice_test.dart [flutter_tool] add a vmservice API for hot ui requests (#45649) 2019-12-09 21:31:34 -08:00
vscode_test.dart Add printTrace when vscode package.json parsing fails (#45998) 2019-12-03 09:56:04 -08:00