..
android
Delete unused NDK location checks ( #53694 )
2020-03-31 14:53:49 -07:00
base
Updated obsolete URL ( #52158 )
2020-03-26 14:34:00 -07:00
build_system
[flutter_tools] cache the base URL as index.html ( #53666 )
2020-04-01 00:36:02 -07:00
commands
Expose extra frontend options through build apk/ios/macOS ( #53273 )
2020-03-25 16:56:41 -07:00
dart
Add usage event for failed iOS project migration ( #51879 )
2020-03-06 12:14:29 -08:00
fuchsia
Fuchsia device is ephemeral. ( #53717 )
2020-04-01 00:51:02 -07:00
intellij
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00
ios
Uninstall app flag ( #53385 )
2020-03-27 10:13:54 -07:00
linux
Add timeout flag to devices command, pipe through discovery ( #51678 )
2020-03-16 14:15:00 -07:00
macos
Push iMobileDevice and iosDeploy instantiation into XCDevice constructor ( #53307 )
2020-03-25 18:12:13 -07:00
runner
Prepare Flutter for SDK changes to runZoned
. ( #52953 )
2020-03-24 08:34:17 -07:00
tester
Add timeout flag to devices command, pipe through discovery ( #51678 )
2020-03-16 14:15:00 -07:00
web
save and restore the chrome session local storage information ( #53030 )
2020-03-24 12:20:13 -07:00
windows
Add timeout flag to devices command, pipe through discovery ( #51678 )
2020-03-16 14:15:00 -07:00
analytics_test.dart
[flutter_tools] Don't crash when analytics fails to initialize ( #52775 )
2020-03-18 10:00:14 -07:00
application_package_test.dart
More fixes for randomizing test order ( #52060 )
2020-03-05 17:14:27 -08:00
artifacts_test.dart
[flutter_tools] remove unused Snapshot.dart artifact and associated code ( #52821 )
2020-03-18 09:18:41 -07:00
asset_bundle_package_fonts_test.dart
enable lint prefer_final_in_for_each ( #47724 )
2020-01-07 16:32:04 +01:00
asset_bundle_package_test.dart
Reland: [flutter_tool] Where possible, catch only subtypes of Exception ( #52021 )
2020-03-06 10:22:12 -08:00
asset_bundle_test.dart
enable avoid_single_cascade_in_expression_statements ( #51944 )
2020-03-05 08:03:26 +01:00
asset_bundle_variant_test.dart
enable avoid_single_cascade_in_expression_statements ( #51944 )
2020-03-05 08:03:26 +01:00
asset_test.dart
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00
base_utils_test.dart
License update ( #45373 )
2019-11-27 15:04:02 -08:00
build_info_test.dart
Reland: [flutter_tool] Where possible, catch only subtypes of Exception ( #52021 )
2020-03-06 10:22:12 -08:00
bundle_shim_test.dart
Move BuildSystem to globals ( #53139 )
2020-03-24 11:23:10 -07:00
cache_test.dart
Precache platform filter change ( #53701 )
2020-04-01 10:54:59 -07:00
channel_test.dart
switching channel prompts to run flutter upgrade ( #49511 )
2020-01-31 09:33:29 -08:00
cold_test.dart
[flutter_tools] Reland: Allow providing dart-defines to Android, iOS, macOS builds ( #52044 )
2020-03-06 14:53:36 -08:00
compile_batch_test.dart
[flutter_tools] Apply --no-causal-async-stacks and --lazy-async-stacks to profile/release builds ( #49377 )
2020-01-27 10:43:03 -08:00
compile_expression_test.dart
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context ( #47269 )
2020-01-08 12:35:12 -08:00
compile_incremental_test.dart
use raw strings to avoid escaping ( #50322 )
2020-02-07 16:35:55 +01:00
compile_test.dart
revert #48985 ( #49572 )
2020-01-27 14:36:02 -08:00
config_test.dart
[flutter_tools] no more MockLogger in tests ( #51684 )
2020-03-02 16:23:56 -08:00
coverage_collector_test.dart
License update ( #45373 )
2019-11-27 15:04:02 -08:00
crash_reporting_test.dart
[flutter_tools] Handle errors on the std{out,err}.done future ( #51660 )
2020-02-28 22:31:01 -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
[flutter_tools] Make OperatingSystemUtils context-free ( #49740 )
2020-01-29 17:51:31 -08:00
devfs_test.dart
[flutter_tools] Hanlde OSError in places where we've seen it thrown ( #52491 )
2020-03-12 14:01:01 -07:00
device_test.dart
Add timeout flag to devices command, pipe through discovery ( #51678 )
2020-03-16 14:15:00 -07:00
doctor.dart
revert #48985 ( #49572 )
2020-01-27 14:36:02 -08:00
emulator_test.dart
License update ( #45373 )
2019-11-27 15:04:02 -08:00
features_test.dart
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00
flutter_manifest_test.dart
Allow Android to be missing from multi-platform manifest ( #50304 )
2020-02-06 15:50:03 -08:00
flutter_platform_test.dart
Reland: [flutter_tool] Where possible, catch only subtypes of Exception ( #52021 )
2020-03-06 10:22:12 -08:00
flutter_project_metadata_test.dart
Include metadata in GitHub crash template ( #53118 )
2020-03-27 16:21:45 -07:00
forbidden_imports_test.dart
[flutter_tools] move dwds imports to not require g3 visibility ( #50823 )
2020-02-14 14:56:03 -08:00
github_template_test.dart
Include metadata in GitHub crash template ( #53118 )
2020-03-27 16:21:45 -07:00
hot_test.dart
[flutter_tools] Reland: Allow providing dart-defines to Android, iOS, macOS builds ( #52044 )
2020-03-06 14:53:36 -08:00
license_collector_test.dart
Add pre-stable support for create on Windows ( #51895 )
2020-03-23 10:42:26 -07:00
mdns_discovery_test.dart
[flutter_tools] Hanlde OSError in places where we've seen it thrown ( #52491 )
2020-03-12 14:01:01 -07:00
package_uri_mapper_test.dart
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00
persistent_tool_state_test.dart
[flutter_tools] no more MockLogger in tests ( #51684 )
2020-03-02 16:23:56 -08:00
platform_plugins_test.dart
change quote to avoid escapes ( #50368 )
2020-02-11 20:58:27 +01:00
plugin_parsing_test.dart
Validate empty pubspec plugin section ( #51503 )
2020-02-26 15:44:35 -08:00
plugins_test.dart
More fixes for randomizing test order ( #52060 )
2020-03-05 17:14:27 -08:00
project_file_invalidator_test.dart
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context ( #47269 )
2020-01-08 12:35:12 -08:00
project_test.dart
Add pre-stable support for create on Windows ( #51895 )
2020-03-23 10:42:26 -07:00
protocol_discovery_test.dart
[flutter_tools] refactor iOS tests for Device.startApp into new file ( #52854 )
2020-03-18 17:43:25 -07:00
resident_runner_test.dart
[flutter_tool] Remove extra usage of .packages in vm service API ( #52845 )
2020-03-19 09:35:57 -07:00
resident_web_runner_cold_test.dart
[flutter_tools] fix toFilePath called on null ( #52931 )
2020-03-19 22:20:15 -07:00
resident_web_runner_test.dart
[flutter_tools] don't trim log messages from the web ( #53379 )
2020-03-26 18:08:05 -07:00
screenshot_command_test.dart
License update ( #45373 )
2019-11-27 15:04:02 -08:00
terminal_handler_test.dart
[flutter_tools] have the tool print the current canvaskit mode when toggling ( #52841 )
2020-03-18 15:51:23 -07:00
test_compiler_test.dart
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00
testbed_test.dart
revert #48985 ( #49572 )
2020-01-27 14:36:02 -08:00
time_test.dart
License update ( #45373 )
2019-11-27 15:04:02 -08:00
update_packages_test.dart
[flutter_tools] unpin SDK deps when upgrading packages ( #53429 )
2020-03-27 22:11:01 -07:00
utils_test.dart
[flutter_tools] use package Uuid consistently ( #53492 )
2020-03-30 12:46:06 -07:00
version_test.dart
Only fetch tags when not on dev/beta/stable ( #53450 )
2020-03-27 22:31:01 -07:00
vmservice_test.dart
Move outputPreferences to globals ( #52846 )
2020-03-18 15:54:26 -07:00
vscode_test.dart
[flutter_tools] Ensure that global variables are easily identifiable ( #47398 )
2020-01-06 11:04:20 -08:00