..
android
Add deprecation notice for Android x86 when building for the target ( #159750 )
2024-12-04 16:45:43 +00:00
base
add filesystem error handling to systemTempDirectory
( #158481 )
2024-11-12 18:14:45 +00:00
build_system
Bump Dart SDK to 3.7 ( #159812 )
2024-12-05 21:39:53 +00:00
commands
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
custom_devices
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
dap
Migrate away from deprecated whereNotNull ( #157250 )
2024-10-21 19:25:54 +00:00
dart
Fixed typos ( #159331 )
2024-12-05 16:54:09 +00:00
drive
Fix --web-header
flag for flutter drive
( #159039 )
2024-11-21 20:40:11 +00:00
intellij
Switch to more reliable flutter.dev link destinations in the tool ( #150587 )
2024-06-26 23:30:39 +00:00
ios
Fixed typos ( #159331 )
2024-12-05 16:54:09 +00:00
isolated
Fixed typos ( #159331 )
2024-12-05 16:54:09 +00:00
linux
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
macos
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
migrations
Fixed typos ( #159331 )
2024-12-05 16:54:09 +00:00
proxied_devices
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS ( #146593 )" ( #152386 )
2024-07-26 20:51:19 +00:00
reporting
Remove unnecessary kCliAnimationsFeatureName
that is available as .configSetting
. ( #158013 )
2024-11-01 19:20:59 +00:00
runner
Plugin.isDevDependency
if exclusively in dev_dependencies
(#157462 )
2024-11-07 18:09:22 +00:00
test
Bump Dart SDK to 3.7 ( #159812 )
2024-12-05 21:39:53 +00:00
tester
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
vscode
Added support for vscode and vscode-insiders installed via Flatpak ( #137123 )
2023-12-04 21:59:53 +00:00
web
[tool] Removes deprecated --web-renderer parameter. ( #159314 )
2024-12-02 18:33:02 +00:00
windows
Plugin.isDevDependency
if exclusively in dev_dependencies
(#157462 )
2024-11-07 18:09:22 +00:00
analytics_test.dart
Flutter preview device ( #135639 )
2023-10-18 00:27:54 +00:00
android_plugin_test.dart
application_package_test.dart
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
args_test.dart
[tool] Removes deprecated --web-renderer parameter. ( #159314 )
2024-12-02 18:33:02 +00:00
artifact_updater_test.dart
iOS,macOS: Do not copy unsigned_binaries.txt to build outputs ( #154684 )
2024-09-05 21:37:28 +00:00
artifacts_test.dart
Ensure that the build system checks for updates of locally built flutter_web_sdk artifacts ( #156534 )
2024-10-21 22:52:29 +00:00
asset_bundle_flavors_test.dart
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
asset_bundle_package_fonts_test.dart
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
asset_bundle_package_test.dart
Fix flavor-conditional asset bundling for path dependencies ( #156687 )
2024-10-15 17:39:01 +00:00
asset_bundle_test.dart
[flutter_tools] configure shader compiler to output GLES3 shaders for Android. ( #159857 )
2024-12-05 20:43:12 +00:00
asset_bundle_variant_test.dart
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
asset_test.dart
Bump Dart SDK to 3.7 ( #159812 )
2024-12-05 21:39:53 +00:00
base_utils_test.dart
Fixed race condition in PollingDeviceDiscovery. ( #145506 )
2024-03-21 22:37:08 +00:00
build_info_test.dart
Refactor BuildInfo to always require packageConfigPath ( #150559 )
2024-07-02 11:19:31 +02:00
bundle_builder_test.dart
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
cache_test.dart
use root directory as the default for rootOverride in Cache.test constructor ( #158201 )
2024-11-05 23:00:05 +00:00
channel_test.dart
Explain how to use flutter channel
. ( #158533 )
2024-11-13 00:42:00 +00:00
cmake_test.dart
Refactor BuildInfo to always require packageConfigPath ( #150559 )
2024-07-02 11:19:31 +02:00
cold_test.dart
Move platform-specific log-reading implementation details from ResidentRunner
/FlutterDevice
to DeviceLogReader
implementations ( #156181 )
2024-11-14 21:29:30 +00:00
common_test.dart
compile_batch_test.dart
Stop reading .packages from flutter_tools. ( #154912 )
2024-09-13 13:53:05 +02:00
compile_expression_test.dart
compile_incremental_test.dart
Remove --disable-dart-dev
across flutter/flutter
. ( #154280 )
2024-08-29 22:50:04 +00:00
compile_test.dart
Remove toString()
overrides in dart:ui
/package:flutter
in profile/release mode on wasm/vm targets ( #144763 )
2024-03-08 09:55:02 +01:00
compute_dev_dependencies_test.dart
Fixed typos ( #159331 )
2024-12-05 16:54:09 +00:00
config_test.dart
convert_test.dart
coverage_collector_test.dart
Roll pub packages ( #154267 )
2024-08-29 16:28:08 +00:00
crash_reporting_test.dart
Swap crash reporting with unified analytics ( #148525 )
2024-05-18 01:30:13 +00:00
create_config_test.dart
daemon_test.dart
[flutter_tools] Fix missing stack trace from daemon ( #144113 )
2024-02-27 08:39:49 +00:00
dart_plugin_test.dart
Plugin.isDevDependency
if exclusively in dev_dependencies
(#157462 )
2024-11-07 18:09:22 +00:00
desktop_device_test.dart
Disable sandboxing for macOS apps and tests in CI ( #149618 )
2024-06-04 21:51:19 +00:00
devfs_test.dart
Replace custom RPCErrorCodes
with RPCErrorKind
from package:vm_service
( #158379 )
2024-11-11 15:18:09 +00:00
device_port_forwarder_test.dart
device_test.dart
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS ( #146593 )" ( #152386 )
2024-07-26 20:51:19 +00:00
device_vm_service_discovery_for_attach_test.dart
Support mdns when attaching to proxied devices. ( #146021 )
2024-04-09 20:00:21 +00:00
devtools_launcher_test.dart
Reland "Launch DDS from Dart SDK and prepare to serve DevTools from DDS ( #146593 )" ( #152386 )
2024-07-26 20:51:19 +00:00
emulator_test.dart
Fixed few typos ( #147087 )
2024-04-22 16:49:19 +00:00
fake_process_manager_test.dart
[tool] Fix stdin.flush
calls on processes started by FakeProcessManager
( #151183 )
2024-07-02 20:40:06 +00:00
features_test.dart
[SwiftPM] Rename SWIFT_PACKAGE_MANAGER
environment variable to FLUTTER_SWIFT_PACKAGE_MANAGER
( #159502 )
2024-12-03 19:06:44 +00:00
flutter_manifest_assets_test.dart
add parsing of assets transformer declarations in pubspec.yaml ( #143557 )
2024-02-16 22:24:59 +00:00
flutter_manifest_assets_transformers_test.dart
add parsing of assets transformer declarations in pubspec.yaml ( #143557 )
2024-02-16 22:24:59 +00:00
flutter_manifest_test.dart
Add support for injecting assets into the widget_preview_scaffold ( #159859 )
2024-12-10 15:34:33 +00:00
flutter_platform_test.dart
Terminate the test device if the flutter
tool is signal-killed. ( #159115 )
2024-11-19 16:10:32 +00:00
flutter_project_metadata_test.dart
Native assets support for MacOS and iOS ( #130494 )
2023-09-10 08:07:13 +00:00
flutter_tester_device_test.dart
Update the signature of DDS launcher callback. ( #154949 )
2024-09-11 17:39:20 +00:00
flutter_validator_test.dart
Switch to more reliable flutter.dev link destinations in the tool ( #150587 )
2024-06-26 23:30:39 +00:00
generate_localizations_test.dart
Allow add_format() in flutter gen-l10n DateTime format ( #156297 )
2024-11-23 18:55:24 +00:00
github_template_test.dart
Added missing code block language in docs ( #147481 )
2024-05-01 14:44:27 +00:00
hot_shared.dart
Shut down DevTools and DDS processes if flutter_tools is killed by a signal ( #159238 )
2024-11-21 17:53:57 +00:00
hot_test.dart
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
integration_test_device_test.dart
[ tool ] Fix expression evaluation not handling errors correctly ( #159151 )
2024-11-25 15:04:09 +00:00
license_collector_test.dart
mdns_discovery_test.dart
Adds a new helpful tool exit message for SocketExceptions thrown during mdns discovery ( #157638 )
2024-10-30 21:20:25 +00:00
message_parser_test.dart
persistent_tool_state_test.dart
plugin_parsing_test.dart
Plugin.isDevDependency
if exclusively in dev_dependencies
(#157462 )
2024-11-07 18:09:22 +00:00
plugins_test.dart
Add dev_dependency
attribute to plugins in .flutter-plugins-dependencies
( #158009 )
2024-11-14 18:08:09 +00:00
preview_device_test.dart
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
project_file_invalidator_test.dart
Reland "Load parent package config" ( #153754 )
2024-08-20 15:30:46 +02:00
project_test.dart
Add support for injecting assets into the widget_preview_scaffold ( #159859 )
2024-12-10 15:34:33 +00:00
project_validator_result_test.dart
protocol_discovery_test.dart
resident_devtools_handler_test.dart
Replace custom RPCErrorCodes
with RPCErrorKind
from package:vm_service
( #158379 )
2024-11-11 15:18:09 +00:00
resident_runner_helpers.dart
Terminate non-detached test devices on flutter run
completion ( #159170 )
2024-11-21 01:21:25 +00:00
resident_runner_test.dart
Terminate non-detached test devices on flutter run
completion ( #159170 )
2024-11-21 01:21:25 +00:00
resident_web_runner_cold_test.dart
Move explicit package dependencies to a feature flag ( #158016 )
2024-11-13 18:33:34 -08:00
resident_web_runner_test.dart
Move platform-specific log-reading implementation details from ResidentRunner
/FlutterDevice
to DeviceLogReader
implementations ( #156181 )
2024-11-14 21:29:30 +00:00
run_hot_test.dart
Shut down DevTools and DDS processes if flutter_tools is killed by a signal ( #159238 )
2024-11-21 17:53:57 +00:00
template_test.dart
terminal_handler_test.dart
Replace custom RPCErrorCodes
with RPCErrorKind
from package:vm_service
( #158379 )
2024-11-11 15:18:09 +00:00
testbed_test.dart
time_test.dart
tracing_test.dart
Replace custom RPCErrorCodes
with RPCErrorKind
from package:vm_service
( #158379 )
2024-11-11 15:18:09 +00:00
unified_analytics_test.dart
Bump dependencies in Flutter ( #147546 )
2024-04-29 15:53:25 -07:00
update_packages_test.dart
Bump Dart SDK to 3.7 ( #159812 )
2024-12-05 21:39:53 +00:00
utils_test.dart
Reland #128236 "Improve build output for all platforms" ( #145495 )
2024-03-23 12:05:21 +00:00
version_test.dart
[flutter_tools] Fix "FormatException: Invalid date format" during version freshness check ( #134088 )
2023-09-06 17:22:13 +00:00
vmservice_test.dart
Replace custom RPCErrorCodes
with RPCErrorKind
from package:vm_service
( #158379 )
2024-11-11 15:18:09 +00:00
web_template_test.dart
Flutter Web Bootstrapping Improvements ( #144434 )
2024-03-12 22:41:26 +00:00
windows_version_validator_test.dart
Add windows build version detection ( #154797 )
2024-10-22 15:53:08 -04:00
xcode_backend_test.dart
Fix flutter run
on Mac x64 hosts if Swift Package Manager is enabled ( #154645 )
2024-09-11 20:03:22 +00:00
xcode_project_test.dart
[SwiftPM] Move the logic for SwiftPM enablement to the platform project ( #158213 )
2024-11-13 21:45:07 +00:00