Jonah Williams
d22d65c6e7
[flutter_tools] add the feature for single widget reloads ( #61411 )
...
Implements the flutter config feature for #61407 , but does not implement any of the functionality.
2020-07-14 12:24:58 -07:00
Jonah Williams
66556faef7
[flutter_tools] deflake integration test with tryToDelete ( #61253 )
2020-07-10 13:29:49 -07:00
Jonah Williams
6eaaf1650e
[flutter_tools] switch order of injection ( #61191 )
...
Inject loggers in the right order, test WIP. Otherwise verbose machine would not get the AppRunLogger
2020-07-09 18:04:37 -07:00
Jonah Williams
ed9a705ec2
[flutter_tools] allow unmuting of command logging ( #61198 )
...
Running flutter doctor -v prints out extra details instead of running in verbose mode. Allow disabling this with -vv so it can be debugged.
2020-07-09 17:55:53 -07:00
Jonah Williams
d4589e0c71
[flutter_tools] ensure AppRunLogger is injected for run/attach machine ( #61103 )
...
run/attach --machine requires a different logger than daemon, which uses the NotifyingLogger. We have too many loggers!
Fixes #59463
2020-07-08 18:21:46 -07:00
Jonah Williams
15154b115f
[flutter_tools] deprecate build aot ( #59487 )
...
This command was previously used by the re-entrant build scripts in xcode_backend.sh and build.gradle. These have since been refactored to use flutter assemble.
Deprecation the command in preparation for removal in a future release of flutter. The only current use is a test on HHH
2020-06-16 13:00:11 -07:00
Jenn Magder
222c2cb0cc
Deprecate make-host-app-editable ( #59217 )
2020-06-11 11:37:15 -07:00
Jonah Williams
d911eadf95
[flutter_tools] create NotifyingLogger at the top level when running flutter run --machine or flutter attach --machine ( #59087 )
...
Removes dependency on injecting additional logger with zones
2020-06-09 15:39:27 -07:00
Jonah Williams
d0abf7f90f
[flutter_tools] don't use verbose when in doctor or help command ( #58798 )
2020-06-05 10:12:11 -07:00
Jonah Williams
ffc56ff735
[flutter_tools] hide all development tools ( #57690 )
2020-05-27 10:10:19 -07:00