- 16 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 20 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 3 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
- 17 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 13 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Feb, 2021 2 commits
-
-
Hidenori Matsubayashi authored
-
Jonah Williams authored
[flutter_tools] move gradle helper methods into AndroidBuilder class body, split unit tests (#75931)
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 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
-
- 06 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 Dec, 2020 1 commit
-
-
Jenn Magder authored
-
- 14 Dec, 2020 1 commit
-
-
Kenzie Schmoll authored
* Launch DevTools from pub instead of devtools_server
-
- 19 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 18 Nov, 2020 1 commit
-
-
Jenn Magder authored
-
- 16 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 13 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 12 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
- 10 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove most globals from asset system and remove Cache manipulation in unit tests (#70011)
-
- 07 Nov, 2020 1 commit
-
-
Jonah Williams authored
Instead of loading the use-material-design asset data from a yaml file in the repo, leave it in dart code and simplify. Remove some of the globals, but not enough to update to testWithoutContext
-
- 06 Nov, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 26 Oct, 2020 1 commit
-
-
Jonah Williams authored
* [flutter_tools] simplication of application store logic * maybe return null * fix install tests * Clean up imports * revert windows test * remove unused import
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
- 13 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove "This is taking a long time" progress timeout and TimeoutConfiguration.
-
- 12 Oct, 2020 4 commits
-
-
Jonah Williams authored
Revert "[flutter_tools] reland: fold process resolution logic into the flutter tool (#67957)" (#67968) This reverts commit bd813879.
-
Jonah Williams authored
Reland of #67669 The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. So that we can adjust/modify this logic, fold it into flutter and add some additional logging. caches the resolved executable per target directory, to avoid repeated look ups. Instead of throwing an argument error, attempts to run the executable as given if an exact path can't be found Accept files or symlinks for the executable path. user where/which to resolve path instead of package:process logic.
-
Jonah Williams authored
This reverts commit 10c78c26.
-
Jonah Williams authored
The flutter tool has a number of crashes on stable where an ArgumentError is thrown due to the process manager not being able to resolve an executable. Fold the resolution logic into the tool and use where/which instead of the package:process specific logic.
-
- 08 Oct, 2020 1 commit
-
-
Jonah Williams authored
Remove global variables from compile.dart and devices.dart (except for dds which needs more changes). #47161
-
- 07 Oct, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 76cbc462.
-