- 08 Jul, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 18 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 May, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add 'v' hotkey to open DevTools in the browser
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 20 Apr, 2021 1 commit
-
-
Jonah Williams authored
Co-authored-by:
Zachary Anderson <zanderso@users.noreply.github.com>
-
- 18 Apr, 2021 1 commit
-
-
Jonah Williams authored
[flutter_tools] Remove web specific vm_service handlers, move handler tests to single location (#80440)
-
- 17 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 1 commit
-
-
Jenn Magder authored
-
- 11 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 02 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 13 Jan, 2021 3 commits
-
-
Jenn Magder authored
This reverts commit 388dcd24.
-
Jenn Magder authored
This reverts commit 1cb0a24a.
-
Kenzie Schmoll authored
* [flutter_tools] Serve DevTools at app start
-
- 14 Dec, 2020 1 commit
-
-
Kenzie Schmoll authored
* Launch DevTools from pub instead of devtools_server
-
- 05 Dec, 2020 1 commit
-
-
Ben Konyi authored
Ensure attaching to an application with an existing DDS instance is not treated as a fatal error (#70847)
-
- 25 Sep, 2020 1 commit
-
-
Jonah Williams authored
ensure that the terminal handler checks if the service protocol is enabled before calling debug toggle brightness. Also removes globals from TerminalHander and test cases. Fixes #65477
-
- 21 Sep, 2020 1 commit
-
-
Jonah Williams authored
The k toggle allows switching between canvaskit and html backend at runtime. unfortunately this causes hot restart to break, since the dart_sdk modules stores state at runtime. The recommendation will be to use cavaskit via dart-defines.
-
- 10 Aug, 2020 1 commit
-
-
Michael Klimushyn authored
-
- 13 Jul, 2020 1 commit
-
-
Dan Field authored
* Optionally invert oversized images
-
- 24 Jun, 2020 1 commit
-
-
Jonah Williams authored
These tests will hit the real Cache, failing if the flutter root has been modified
-
- 05 May, 2020 3 commits
-
-
Jonah Williams authored
Fixes #56194 Remove caching of FlutterView and poll forever if the list of flutter views is empty. Added test for missing release mode logic.
-
Jonah Williams authored
This reverts commit 209bdcb6.
-
Jonah Williams authored
Remove caching of FlutterView. Perhaps the FlutterView RPC might return an empty list if the VM is not quite up yet? We had some old logic to poll the flutter views RPC for up to 200ms. That doesn't seem like a great approach, so instead we could forgo it entirely and trust that either the views come up before the developer tries to interact, or we crash.
-
- 05 Apr, 2020 1 commit
-
-
Zachary Anderson authored
-
- 18 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2020 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Aug, 2019 1 commit
-
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-
- 13 Jul, 2019 2 commits
-
-
Jonah Williams authored
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-