flutter/packages/flutter_tools/lib/src
Daco Harkes f5442bf937
Native assets: roll deps (#141684)
Rolls the packages from https://github.com/dart-lang/native in the native assets implementation.

Most notable we're refactoring `package:native_assets_cli` for `build.dart` use.
Therefore, all imports to that package for Flutter/Dart should be to the implementation internals that are no longer visible for `build.dart` writers. Hence all the import updates.

No behavior in Flutter apps should change.

This PR also updates the template to use the latests version of `package:native_assets_cli` which no longer exposes all the implementation details.
2024-01-17 21:20:36 +00:00
..
android Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
base Reference GitHub issue in TODO comment (#141582) 2024-01-16 18:56:19 +00:00
build_system Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
commands Fix the --empty flag to not try working with non-app templates (#141632) 2024-01-17 16:51:03 +00:00
custom_devices Add --trace-to-file option to flutter run (#135713) 2023-10-12 13:23:52 -04:00
dart [flutter_tools] toolexit when using plugins with preview device (#136936) 2023-11-07 20:37:19 +00:00
debug_adapters Fixed few typos (#141543) 2024-01-16 21:40:08 +00:00
drive Fixed a lot of typos (#141431) 2024-01-12 22:10:25 +00:00
fuchsia Disable Fuchsia SDK usage unless opted in (#123084) 2023-03-31 02:31:07 +00:00
intellij prevent tool crash when IntelliJValidatorOnMac encounters an installation with a missing CFBundleIdentifier (#138095) 2023-11-09 03:46:25 +00:00
ios Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
isolated When Impeller is enabled for flutter tester choose correct shader target. (#141391) 2024-01-12 17:49:54 +00:00
linux Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
localizations [flutter_tools] fix flutter create -t skeleton (#141233) 2024-01-10 18:50:07 +00:00
macos Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
migrations Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
proxied_devices Optimize file transfer when using proxied devices. (#139968) 2023-12-14 00:11:32 +00:00
reporting Use new enabledFeature param for Analytics (#139934) 2023-12-15 19:58:05 +00:00
runner Fixed a lot of typos (#141431) 2024-01-12 22:10:25 +00:00
test Add impeller key to skia gold client, Turn on a framework test shard that will run unit tests with --enable-impeller (#141341) 2024-01-11 17:57:00 +00:00
tester in flutter run, throw tool exit when --flavor is provided but is not supported on the target device (#139045) 2024-01-05 21:47:58 +00:00
vscode Added support for vscode and vscode-insiders installed via Flatpak (#137123) 2023-12-04 21:59:53 +00:00
web [Reland] Migration for the sendTiming events for package:unified_analytics (#139299) 2023-12-04 21:39:18 +00:00
windows Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
application_package.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
artifacts.dart Consume flutter.js from the engine artifacts. (#137113) 2023-11-14 17:00:29 +00:00
asset.dart [reland] Support conditional bundling of assets based on --flavor (#139834) 2023-12-14 05:30:10 +00:00
build_info.dart Native assets support for Android Add2app (#140802) 2024-01-09 08:47:53 +00:00
bundle_builder.dart When Impeller is enabled for flutter tester choose correct shader target. (#141391) 2024-01-12 17:49:54 +00:00
bundle.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
cache.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
cmake_project.dart [Windows] Ensure window is shown (#127046) 2023-05-19 22:25:55 +00:00
cmake.dart Reduce usage of testUsingContext (#131078) 2023-07-24 17:22:25 +00:00
compile.dart Reland "Switch flutter_tools to run frontend server from AOT snapshot" (#136282) 2023-10-11 16:15:26 -04:00
context_runner.dart Use new enabledFeature param for Analytics (#139934) 2023-12-15 19:58:05 +00:00
convert.dart Make custom Utf8Decoder replacement not extend platform class. (#123211) 2023-03-22 07:53:56 -07:00
daemon.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
dart_pub_json_formatter.dart
desktop_device.dart Add --trace-to-file option to flutter run (#135713) 2023-10-12 13:23:52 -04:00
devfs.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
device_port_forwarder.dart
device.dart in flutter run, throw tool exit when --flavor is provided but is not supported on the target device (#139045) 2024-01-05 21:47:58 +00:00
devtools_launcher.dart
doctor_validator.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
doctor.dart Fixed few typos (#141543) 2024-01-16 21:40:08 +00:00
emulator.dart Reland "[tool] Move Java functions to their own file" (#126577) 2023-05-20 06:29:21 +00:00
features.dart [flutter_tools] fix instructions to disable CLI animations (#139094) 2023-11-27 22:00:50 +00:00
flutter_application_package.dart
flutter_cache.dart Allows adding a storage 'realm' to the storage base URL (#131951) 2023-08-09 23:26:05 +00:00
flutter_device_manager.dart Flutter preview device (#135639) 2023-10-18 00:27:54 +00:00
flutter_features.dart Flutter preview device (#135639) 2023-10-18 00:27:54 +00:00
flutter_manifest.dart [reland] Support conditional bundling of assets based on --flavor (#139834) 2023-12-14 05:30:10 +00:00
flutter_plugins.dart Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
flutter_project_metadata.dart Native assets support for MacOS and iOS (#130494) 2023-09-10 08:07:13 +00:00
globals.dart Reduce animations further when --no-cli-animations is set. (#133598) 2023-11-16 21:05:22 +00:00
html_utils.dart flutter-tool, web: update HTML template serviceWorkerVersion to be const (#124826) 2023-04-14 02:01:21 +00:00
http_host_validator.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
license_collector.dart [flutter_tools] refactor license collector (#128748) 2023-06-15 20:25:19 +00:00
mdns_discovery.dart Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
native_assets.dart Native assets: roll deps (#141684) 2024-01-17 21:20:36 +00:00
persistent_tool_state.dart Create a main alias for master channel. (#115388) 2022-11-16 02:49:00 +00:00
platform_plugins.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
plugins.dart Improve Dart plugin registration handling (#122046) 2023-03-09 21:33:38 +00:00
pre_run_validator.dart
preview_device.dart [flutter_tools] Ensure flutter daemon clients can detect preview device (#140112) 2023-12-21 19:01:16 +00:00
project_validator_result.dart
project_validator.dart Fix formatting (#137613) 2023-10-31 13:27:26 +00:00
project.dart Add support for Gradle Kotlin DSL (#140744) 2024-01-12 02:20:06 +00:00
protocol_discovery.dart Remove an unnecessary assert (#129796) 2023-06-30 18:07:54 +00:00
proxy_validator.dart [tools]Build IPA validation UI Polish (#116744) 2022-12-15 14:43:32 -08:00
resident_devtools_handler.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
resident_runner.dart Remove outdated ignores from tool (#140467) 2023-12-20 22:14:32 +00:00
run_cold.dart Reland "Fix issue where DevTools would not be immediately available when using --start-paused (#126698)" (#129368) 2023-06-28 00:16:13 +05:30
run_hot.dart [reland] Support conditional bundling of assets based on --flavor (#139834) 2023-12-14 05:30:10 +00:00
sksl_writer.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
template.dart Fix description in index.html / manifest.json getting double quoted (#131842) 2023-08-18 02:58:20 +00:00
tracing.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
update_packages_pins.dart unpin web_socket_channel and roll pub packages (#141424) 2024-01-12 19:13:08 +00:00
version.dart [flutter_tools] Fix "FormatException: Invalid date format" during version freshness check (#134088) 2023-09-06 17:22:13 +00:00
vmservice.dart Null-assert the value given to a Completer expecting a non-null value (#136776) 2023-10-18 22:19:18 +00:00
xcode_project.dart Ensure Xcode project is setup to start debugger (#136977) 2023-10-25 17:08:57 +00:00