- 09 Jun, 2020 2 commits
-
-
Jonah Williams authored
[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
-
Jenn Magder authored
-
- 08 Jun, 2020 2 commits
-
-
Jenn Magder authored
-
Jonah Williams authored
instead of restricting profile/release mode based on whether the tool thinks the device is an emulator, restrict based on the device target architecture and the requested build mode. Notably, this enables release mode on x86_64 Android emulators, but not x86 emulators since we do not support that as an AOT target. This does not add release mode support for simulators, since this requires us to build and upload artifacts for simulator/x86_64
-
- 04 Jun, 2020 2 commits
-
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
- 18 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 22 Apr, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Apr, 2020 1 commit
-
-
Anna Gringauze authored
* Add flag to enable expression evaluation for web Added flag --web-enable-expression-evaluation to flutter run commmand that enables expression evaluation from IDEs for web target. Disabled by default. Helps https://github.com/flutter/flutter/issues/54520 * Update packages/flutter_tools/lib/src/build_runner/resident_web_runner.dart Co-Authored-By:
Jonah Williams <jonahwilliams@google.com> Co-authored-by:
Jonah Williams <jonahwilliams@google.com>
-
- 09 Apr, 2020 1 commit
-
-
Filip Hracek authored
-
- 08 Apr, 2020 1 commit
-
-
Danny Tuppeny authored
-
- 17 Mar, 2020 1 commit
-
-
gaaclarke authored
-
- 06 Mar, 2020 2 commits
-
-
Jonah Williams authored
-
Zachary Anderson authored
* Reland: [flutter_tool] Where possible, catch only subtypes of Exception * Add armv7f to getIOSArchForName
-
- 05 Mar, 2020 2 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] Allow providing dart-defines to Android, iOS, macOS builds (#51714)" (#52041) This reverts commit ee60eeea.
-
Jonah Williams authored
-
- 04 Mar, 2020 2 commits
-
-
Jenn Magder authored
This reverts commit 57c6721c.
-
Flutter GitHub Bot authored
-
- 28 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 9de7787f.
-
Zachary Anderson authored
-
- 27 Feb, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit f1cd47ef.
-
Zachary Anderson authored
-
- 14 Feb, 2020 1 commit
-
-
Yegor authored
* Fix stack trace parsing on non-debug builds; add e2e tests
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Feb, 2020 1 commit
-
-
Gityuan authored
-
- 28 Jan, 2020 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 21 Jan, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 14 Jan, 2020 3 commits
-
-
Jonah Williams authored
This reverts commit d5b0b3c8.
-
Jonah Williams authored
-
Zachary Anderson authored
* Reland: [flutter_tools] File system utilities * Remove unused imports
-
- 13 Jan, 2020 2 commits
-
-
Zachary Anderson authored
This reverts commit 03496606.
-
Zachary Anderson authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 17 Dec, 2019 1 commit
-
-
Jenn Magder authored
-
- 12 Dec, 2019 1 commit
-
-
Danny Tuppeny authored
* Prposal for supporting URL tunnelling * Update daemon.md * Add the ability for daemon to call clients to expose URLs * Fix dwds mock in web_fs tests * Fix type error * Remove build_runner import from run * Move appStartedTime back to after the app has started * Remove nested DI scope and pass urlTunneller down * Fix import * Tweak TODO * Fix existing tests * Fix spec to use result instead of params for response object * Fix exposeUrl to use a url field, as spec'd * Test that the daemon's exposeUrl sends a request and handles the response
-
- 10 Dec, 2019 1 commit
-
-
Jonah Williams authored
-