.. |
analyze_base.dart
|
Master analyze_base.dart to null-safety (#93954)
|
2021-11-22 20:17:32 -08:00 |
analyze_continuously.dart
|
migrate to super params (#100509)
|
2022-03-31 11:46:47 -07:00 |
analyze_once.dart
|
migrate to super params (#100509)
|
2022-03-31 11:46:47 -07:00 |
analyze.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07:00 |
assemble.dart
|
[flutter_tools] stringArg refactor (#103231)
|
2022-05-09 09:54:12 -07:00 |
attach.dart
|
[flutter_tool] partial null safety migration of tool source code (#105798)
|
2022-06-15 20:02:07 +00:00 |
build_aar.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07: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_fuchsia.dart
|
[flutter_tools] stringArg refactor (#103231)
|
2022-05-09 09:54:12 -07:00 |
build_ios_framework.dart
|
Refactor BuildIOSFrameworkCommand with common darwin baseclass (#105194)
|
2022-06-02 10:28:08 -07:00 |
build_ios.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07:00 |
build_linux.dart
|
[flutter_tools] stringArg refactor (#103231)
|
2022-05-09 09:54:12 -07:00 |
build_macos_framework.dart
|
Add flutter build macos-framework command (#105242)
|
2022-06-03 10:13:08 -07:00 |
build_macos.dart
|
Migrate build commands to null safety (#95649)
|
2022-01-05 16:45:12 -08: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
|
Add flutter build macos-framework command (#105242)
|
2022-06-03 10:13:08 -07:00 |
channel.dart
|
[flutter_tools] fix RangeError in flutter channel command (#103766)
|
2022-05-17 16:22:12 -07:00 |
clean.dart
|
Migrate channel, clean and a few other commands to null safety (#92950)
|
2021-11-03 17:33:05 -07:00 |
config.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07:00 |
create_base.dart
|
[flutter_tools] migrate more unit tests to null safety (#106153)
|
2022-06-17 21:34:27 -07:00 |
create.dart
|
Migrate create command to null safety (#104484)
|
2022-05-24 18:48:10 -07:00 |
custom_devices.dart
|
[flutter_tool] partial null safety migration of tool source code (#105798)
|
2022-06-15 20:02:07 +00:00 |
daemon.dart
|
[flutter_tool] partial null safety migration of tool source code (#105798)
|
2022-06-15 20:02:07 +00:00 |
debug_adapter.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -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
|
feat(tools): Arbitrary browser flags (closes #65575) (#104935)
|
2022-06-24 10:14:08 -07: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
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -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
|
[flutter_tools] re-use findProjectRoot on flutter command (#104850)
|
2022-06-03 15:23:10 -07:00 |
precache.dart
|
[flutter_tool] partial null safety migration of tool source code (#105798)
|
2022-06-15 20:02:07 +00:00 |
run.dart
|
feat(tools): Arbitrary browser flags (closes #65575) (#104935)
|
2022-06-24 10:14:08 -07:00 |
screenshot.dart
|
[flutter_tools] stringArg refactor (#103231)
|
2022-05-09 09:54:12 -07:00 |
shell_completion.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07:00 |
symbolize.dart
|
[flutter_tools] stringArg refactor (#103231)
|
2022-05-09 09:54:12 -07:00 |
test.dart
|
[flutter_tool] partial null safety migration of tool source code (#105798)
|
2022-06-15 20:02:07 +00:00 |
update_packages.dart
|
Update package:archive and pin test_api (#106157)
|
2022-06-16 21:23:08 -07:00 |
upgrade.dart
|
[flutter_tools] boolArg refactor (#102088)
|
2022-05-09 21:54:08 -07:00 |
validate_project.dart
|
[flutter_tool] New command project (#102118)
|
2022-04-29 23:09:06 -07:00 |