flutter/packages/flutter_tools/lib/src
2021-10-21 11:13:18 -07:00
..
android [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00
base Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)" (#92220)" (#92235) 2021-10-20 22:05:49 -07:00
build_system [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
commands [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
custom_devices Migrate protocol_discovery to null safety (#91267) 2021-10-12 12:13:02 -07:00
dart [flutter_tools] add working directory to ProcessException when pub get fails (#91436) 2021-10-07 18:08:04 -07:00
drive Improve error message for when you're not running chromedriver (#91789) 2021-10-14 22:38:05 -07:00
fuchsia Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)" (#92220)" (#92235) 2021-10-20 22:05:49 -07:00
intellij enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
ios [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00
isolated Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
linux [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00
localizations Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
macos [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00
migrations Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
reporting Migrate crash_reporting and github_template (#91516) 2021-10-12 13:48:03 -07:00
runner Reland "Add multidex flag and automatic multidex support (#90944)" (#92049) 2021-10-19 02:20:39 -07:00
test [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
tester clean up stale or unnecessary TODOS (#88308) 2021-08-16 21:37:03 -07:00
vscode Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
web [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
windows [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00
application_package.dart Migrate android_sdk and application_package to null safety (#79611) 2021-04-02 14:39:53 -07:00
artifacts.dart Migrate xcdevice and ios devices to null safety (#92056) 2021-10-19 12:23:03 -07:00
asset.dart migrate vm service to null safety (#88320) 2021-10-02 10:18:03 -07:00
build_info.dart Reland "Add multidex flag and automatic multidex support (#90944)" (#92049) 2021-10-19 02:20:39 -07:00
bundle_builder.dart Migrate desktop_device to null safety (#92055) 2021-10-19 12:28:04 -07:00
bundle.dart [flutter_tools] ensure kernel paths match between init from dill and persist (#85252) 2021-06-25 11:11:04 -07:00
cache.dart Migrate xcdevice and ios devices to null safety (#92056) 2021-10-19 12:23:03 -07:00
cmake_project.dart Changed tool cached properties to late finals (#88923) 2021-08-26 14:01:05 -07:00
cmake.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
compile.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
context_runner.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
convert.dart [flutter_tools] migrate some base libraries to null safety (#77738) 2021-03-10 12:15:04 -08:00
desktop_device.dart Migrate desktop_device to null safety (#92055) 2021-10-19 12:28:04 -07:00
devfs.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart [flutter_tools] migrate web_device.dart to null-safety (#91632) 2021-10-19 01:33:08 -07:00
devtools_launcher.dart Launch DevTools from the 'dart devtools' command instead of pub (#90894) 2021-09-29 15:32:24 -07:00
doctor_validator.dart Enable no_default_cases lint (#91530) 2021-10-11 10:23:04 -07:00
doctor.dart Move DeviceManager into null migrated globals library (#91457) 2021-10-08 12:37:48 -07:00
emulator.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
features.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
flutter_application_package.dart Remove globals from android application_package (#83852) 2021-06-03 18:14:04 -07:00
flutter_cache.dart [web] enable CanvasKit tests using a local bundle fetched from CIPD (#92134) 2021-10-21 11:13:18 -07:00
flutter_device_manager.dart [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
flutter_features.dart [flutter_tools] remove feature for alternative invalidation strategy (#84366) 2021-06-10 11:59:04 -07:00
flutter_manifest.dart Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
flutter_plugins.dart Rewire all Dart entrypoints when the Dart plugin registrant is used. (#91856) 2021-10-19 20:23:04 -07:00
flutter_project_metadata.dart Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
globals_null_migrated.dart Migrate xcdevice and ios devices to null safety (#92056) 2021-10-19 12:23:03 -07:00
globals.dart Migrate xcdevice and ios devices to null safety (#92056) 2021-10-19 12:23:03 -07:00
license_collector.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
mdns_discovery.dart Enable no_default_cases lint (#91530) 2021-10-11 10:23:04 -07:00
persistent_tool_state.dart Enable avoid_setters_without_getters (#91067) 2021-10-01 00:58:05 -07:00
platform_plugins.dart Add dartPluginClass support for Android and iOS (#87991) 2021-10-01 16:03:04 -07:00
plugins.dart Add dartPluginClass support for Android and iOS (#87991) 2021-10-01 16:03:04 -07:00
preview_device.dart Migrate desktop_device to null safety (#92055) 2021-10-19 12:28:04 -07:00
project.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
protocol_discovery.dart Migrate protocol_discovery to null safety (#91267) 2021-10-12 12:13:02 -07:00
proxy_validator.dart Migrate some workflows and doctor validators to null safety (#79807) 2021-04-05 14:00:36 -07:00
resident_devtools_handler.dart [flutter_tools] convert devtools URL to a better format (#85170) 2021-06-23 19:31:02 -07:00
resident_runner.dart Revert "Reland "Enable caching of CPU samples collected at application startup (#89600)" (#92220)" (#92235) 2021-10-20 22:05:49 -07:00
run_cold.dart Reland "Add multidex flag and automatic multidex support (#90944)" (#92049) 2021-10-19 02:20:39 -07:00
run_hot.dart Reland "Add multidex flag and automatic multidex support (#90944)" (#92049) 2021-10-19 02:20:39 -07:00
sksl_writer.dart Enable no_default_cases lint (#91530) 2021-10-11 10:23:04 -07:00
template.dart Handle reserved Kotlin keywords (#86518) 2021-08-02 14:35:05 -07:00
tracing.dart Allow writing startup_info.json to somewhere other than the build dir (#79338) 2021-03-30 16:18:45 -07:00
version.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
vmservice.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
xcode_project.dart [flutter_tools] iOS: display name defaults to the Title Case of flutter project name. (#91529) 2021-10-20 10:33:02 -07:00