- 23 May, 2022 1 commit
-
-
gaaclarke authored
-
- 21 May, 2022 12 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Tong Mu authored
-
Casey Hillers authored
-
Chris Sells authored
-
- 20 May, 2022 25 commits
-
-
Pierre-Louis authored
-
engine-flutter-autoroll authored
-
dependabot[bot] authored
-
engine-flutter-autoroll authored
-
Dan Field authored
-
engine-flutter-autoroll authored
-
Darren Austin authored
* Add support for M3 AppBar 'Medium' and 'Large' types. * Updates from review feedback. * Updated from review feedback.
-
engine-flutter-autoroll authored
-
Casey Hillers authored
-
Loïc Sharma authored
`VisualStudio` calls `vswhere.exe` to find Visual Studio installations and determine if they satisfy Flutter's requirements. Previously, `VisualStudio` stored the JSON output from `vswhere.exe` as `Map`s, resulting in duplicated logic to read the JSON output (once to validate values, second to expose values). Also, `VisualStudio` stored two copies of the JSON output (the latest valid installation as well as the latest VS installation). This change simplifies `VisualStudio` by introducing a new `VswhereDetails`. This type contains the logic to read `vswhere.exe`'s JSON output, and, understand whether an installation is usable by Flutter. In the future, this `VswhereDetails` type will be used to make Flutter doctor resilient to bad UTF-8 output from `vswhere.exe`. Part of https://github.com/flutter/flutter/issues/102451.
-
yusuf-goog authored
* Add ignore_flakiness property to staging builds. Bug:104100 * Update .ci.yaml
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
-
Bruno Leroux authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Bruno Leroux authored
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
engine-flutter-autoroll authored
-
Taha Tesser authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Renzo Olivares authored
* Add tests * fix tests * updates Co-authored-by: Renzo Olivares <roliv@google.com>
-
Tong Mu authored
-
Tong Mu authored
-
- 19 May, 2022 2 commits
-
-
Will Lockwood authored
Add ability for `ModalRoutes` to ignore pointers during transitions and do so on `Cupertino` routes (#95757)
-
Emmanuel Garcia authored
-