flutter/packages/flutter_tools/lib/src/commands
2022-10-27 18:51:15 +00:00
..
analyze_base.dart Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 1/3 (#110707) 2022-09-06 11:21:23 -07:00
analyze_continuously.dart migrate to super params (#100509) 2022-03-31 11:46:47 -07:00
analyze_once.dart [flutter_tools] Decouple fatal-warnings check from fatal-infos (#113748) 2022-10-26 16:44:25 +00:00
analyze.dart [flutter_tools] analyze --suggestions --machine command (#112217) 2022-10-03 17:40:58 +00:00
assemble.dart Show Xcode compilation errors at end of build, suppress stdout and stderr from Xcode (#113302) 2022-10-17 17:47:25 +00:00
attach.dart Dependency injection Attach command (#113227) 2022-10-18 17:30:01 +00:00
build_aar.dart Use directory exists instead of path.dirname (#112219) 2022-09-28 22:24:24 +00:00
build_apk.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
build_appbundle.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
build_bundle.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
build_ios_framework.dart Add bitcode deprecation note for add-to-app iOS developers (#112900) 2022-10-06 02:51:23 +00:00
build_ios.dart Stop embedding bitcode for iOS in tool (#112831) 2022-10-04 01:41:23 +00:00
build_linux.dart [Windows] Flow version information to the build output (#106145) 2022-06-27 10:45:56 -07:00
build_macos_framework.dart Support single arch local engines for 'build macos-framework' and 'ios-framework' (#110564) 2022-08-30 17:44:14 +00:00
build_macos.dart [Windows] Flow version information to the build output (#106145) 2022-06-27 10:45:56 -07:00
build_web.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
build_windows.dart Migrate build commands to null safety (#95649) 2022-01-05 16:45:12 -08:00
build.dart Update null safety warnings in prep for Dart 3 (#110998) 2022-09-07 14:59:25 +02:00
channel.dart [flutter_tools] fix RangeError in flutter channel command (#103766) 2022-05-17 16:22:12 -07:00
clean.dart Null safety migration of packages/flutter_tools/test/general.shard, part 1/2 (#110711) 2022-09-08 15:25:27 -07:00
config.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
create_base.dart Add --empty to the flutter create command (#113873) 2022-10-24 21:20:03 +00:00
create.dart Add --empty to the flutter create command (#113873) 2022-10-24 21:20:03 +00:00
custom_devices.dart Null safety migration of packages/flutter_tools/test/commands.shard/hermetic, part 2/3 (#110708) 2022-09-06 10:39:18 -07:00
daemon.dart [flutter_tools] Implement NotifyingLogger.supportsColor (#113635) 2022-10-20 15:43:49 +00:00
debug_adapter.dart Provide more useful error message if a non-compliant DAP tool (or user) sends bad input to DAP server (#107827) 2022-07-19 11:48:05 -07:00
devices.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
doctor.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
downgrade.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
drive.dart [flutter_tools] allow flutter drive to take screenshots when sent a terminating signal (#114118) 2022-10-27 18:51:15 +00:00
emulators.dart [flutter_tools] stringArg refactor (#103231) 2022-05-09 09:54:12 -07:00
format.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
generate_localizations.dart [gen_l10n] Add option to format generated localizations files (#109171) 2022-08-19 14:03:42 -07:00
generate.dart Migrate doctor, format, and a few other commands to null safety (#92952) 2021-11-03 17:36:32 -07:00
ide_config.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
install.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
logs.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
make_host_app_editable.dart Migrate channel, clean and a few other commands to null safety (#92950) 2021-11-03 17:33:05 -07:00
migrate_abandon.dart Migrate abandon (#102789) 2022-06-06 12:58:07 -07:00
migrate_apply.dart Migrate apply (#102787) 2022-06-06 17:38:06 -07:00
migrate_status.dart Migrate status (#102785) 2022-06-03 16:43:11 -07:00
migrate.dart Migrate apply (#102787) 2022-06-06 17:38:06 -07:00
packages.dart Reland: Show output from pub get in flutter pub get (#110851) 2022-09-08 15:13:23 +02:00
precache.dart [flutter_tool] partial null safety migration of tool source code (#105798) 2022-06-15 20:02:07 +00:00
run.dart Support the --no-devtools flag in "flutter run --machine" (#113414) 2022-10-17 16:44:15 +00:00
screenshot.dart error handling when path to dir provided instead of file (#109796) 2022-09-14 21:13:13 +00:00
shell_completion.dart [flutter_tools] boolArg refactor (#102088) 2022-05-09 21:54:08 -07:00
symbolize.dart Feat: dSYM debug info for iOS & macOS builds (#101586) 2022-09-05 18:16:16 +00:00
test.dart Add branch coverage to flutter test (#113802) 2022-10-24 14:31:17 -07:00
update_packages.dart When updating packages, do not delete the simulated SDK directory until all pub invocations have finished (#112975) 2022-10-05 21:54:31 +00:00
upgrade.dart Reland: Show output from pub get in flutter pub get (#110851) 2022-09-08 15:13:23 +02:00
validate_project.dart [flutter_tools] analyze --suggestions --machine command (#112217) 2022-10-03 17:40:58 +00:00