flutter/packages/flutter_tools/lib/src/commands
Alex Wallen 7020f59ace
[tool] Support --flavor option for flutter install. (#114048)
* Alphabetize setup calls

* Add --flavor as an option for install

* Add verbose logging in install command

* Test that flavors build succeeds with proper flavor and fails with bogus one.

* Remove unused import

* The import was used...

* SQUASH

* Add flavor install test

* Rename test

* Add flavors install integration tests

* correct error message

* remove unused imports

* Delete copy test

* update test target

* Refactor mechanism to read buildInfo

* Remove unused import

* Set affected test targets to bringup: true

Co-authored-by: a-wallen <stephenwallen@google.com>
2022-11-08 22:53:23 +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 [flutter_tools] Introducing arg option for specifying the output directory for web (#113076) 2022-11-01 22:50:02 +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 [tools]validation basic Xcode settings for build ipa (#113412) (#114634) 2022-11-03 22:29:07 +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 Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01: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] Introducing arg option for specifying the output directory for web (#113076) 2022-11-01 22:50:02 +00: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 when getting xcworkspace, exclude hidden files (#114099) 2022-11-07 18:48:52 +00: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 Make Logger required when injected in flutter_tool (#114111) 2022-10-27 22:40:08 +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 Make Logger required when injected in flutter_tool (#114111) 2022-10-27 22:40:08 +00:00
drive.dart [flutter_tools] provide --timeout option to flutter drive (#114458) 2022-11-02 18:43:42 +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 [tool] Support --flavor option for flutter install. (#114048) 2022-11-08 22:53:23 +00: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
packages.dart Reland: Show output from pub get in flutter pub get (#110851) 2022-09-08 15:13:23 +02:00
precache.dart Change some required nullable parameters in tool to non-null (#114115) 2022-11-04 17:36:01 +00:00
run.dart Make Logger required when injected in flutter_tool (#114111) 2022-10-27 22:40:08 +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 [flutter_tools] Add support for compiling shaders to JSON bundle for web (#114295) 2022-10-31 16:52:09 +00: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