- 10 Mar, 2020 23 commits
-
-
Jonah Williams authored
Updates VisualStudio and VisualStudioValidator to use constructors instead of global injection. Updates VisualStudio test cases to prefer FakeProcessManager Updates build_windows test to work without injected VisualStudio
-
Zachary Anderson authored
-
Greg Spencer authored
This adds a sample for InheritedNotifier, and converts a couple of other samples to be DartPad samples. I also added a new sample template stateful_widget_material_ticker, which adds a TickerProviderStateMixin to the state object so that animation controllers can be created there easily.
-
Zachary Anderson authored
-
Christopher Fujino authored
-
Zachary Anderson authored
-
Jonah Williams authored
When the AndroidDevice checks for the current API version, it isn't handling a null response. While we can refuse to run on API levels that are unsupported, we should probably assume that a null response = lowest possible API level and allow these to run.
-
Zachary Anderson authored
-
Gary Qian authored
Revert "Add missing features to `DefaultTextStyleTransition` and `AnimatedDefaultTextStyle` (#51517)" (#52352)
-
Ben Konyi authored
-
Michael Goderbauer authored
-
Zachary Anderson authored
-
Jonah Williams authored
-
Jonah Williams authored
The Azure bot detection can take up to a second to determine if a client is/isn't a bot. To prevent this from slowing down all flutter commands, we can cache the results in the persistent tool state - since we don't expect the same client id to ever become a bot or stop being a bot
-
Jonah Williams authored
Previously the AdbLogReader did async setup in the StreamController.onListen callback, specifically it would query the api version and start the adb process. If the log subscription was cancelled before this setup completed, then the log output could (haven't confirmed) get added to a closed controller, causing the above state error.
-
Jenn Magder authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Francisco Magdaleno authored
-
Jonah Williams authored
This option was defaulting to on, which was tickling some benchmarks
-
- 09 Mar, 2020 10 commits
-
-
George Wright authored
Revert "Put fuchsia tools into their own directory, and set source_dir to point at them. (#52266)" (#52277) This reverts commit ffcc7765.
-
George Wright authored
This worksaround an issue with the latest version of package_config which doesn't handle multiple dart packages sharing the same source directory. In this case, the fuchsia dart_tool targets were sharing a directory with their dependency, :flutter_tools
-
engine-flutter-autoroll authored
-
Gary Qian authored
-
Angjie Li authored
* Support Android Chrome for Flutter Web Driver.
-
engine-flutter-autoroll authored
aa6bdbab1 Roll src/third_party/skia b18390699ea2..475b9d0fb796 (1 commits) (flutter/engine#17019) (#52216)
-
Per Classon authored
Add width constraints for FlexibleSpaceBar.title in its expanded state, so that overflow of long titles can be handled (#51335)
-
Chad Nehemiah authored
-
engine-flutter-autoroll authored
-
- 08 Mar, 2020 6 commits
-
-
engine-flutter-autoroll authored
6d7580db4 Roll fuchsia/sdk/core/linux-amd64 from YcueJ... to Rhz2c... (flutter/engine#17016) (#52208)
-
engine-flutter-autoroll authored
a10f55573 Roll src/third_party/skia 2e19af063bcc..b18390699ea2 (1 commits) (flutter/engine#17014) (#52203)
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
f5a5031e9 Roll src/third_party/skia cf573d844da6..2e19af063bcc (1 commits) (flutter/engine#17009) (#52178)
-
Mike Rogers authored
* occure > occur * occured > occurred * uptodate > up-to-date
-
- 07 Mar, 2020 1 commit
-
-
engine-flutter-autoroll authored
* 7c612de34 Roll fuchsia/sdk/core/linux-amd64 from cXgMr... to cTw2C... (flutter/engine#16970) * 6cfa7fcad fix shadows and mask filter blurs (flutter/engine#16963) * bfebadfce Roll src/third_party/skia 012f8497802e..93a2a6b8badb (4 commits) (flutter/engine#16974) * 47963a598 Roll src/third_party/skia 93a2a6b8badb..74055566bd14 (2 commits) (flutter/engine#16981) * 98f994184 [fuchsia] fix broken flows when under high load (flutter/engine#16834) * fe051e08a Fix issue viewdidload call while init FlutterViewController (flutter/engine#16672) * 0ad54c210 [web] Fixes IE11 crash due to missing canvas ellipse support and font polyfill failure (flutter/engine#16965) * f6435de88 Roll fuchsia/sdk/core/mac-amd64 from J6ct_... to 95geB... (flutter/engine#16982) * 43971caf0 Roll src/third_party/skia 74055566bd14..54de2fa48d85 (3 commits) (flutter/engine#16983) * 45e61a6ff Roll fuchsia/sdk/core/linux-amd64 from cTw2C... to K1wwe... (flutter/engine#16984) * 1ab5c3641 Roll src/third_party/skia 54de2fa48d85..beaaf4700f50 (3 commits) (flutter/engine#16987) * e2c04549a remove 10s timeouts from tests (flutter/engine#16988) * dfc9c126d Roll src/third_party/skia beaaf4700f50..6e58290ba639 (9 commits) (flutter/engine#16990) * eddda8032 fushia licenses fix (flutter/engine#16992) * c15f239c1 documented fluttertexture.h (flutter/engine#16950) * e1ba7a18f Roll src/third_party/skia 6e58290ba639..24a8e9e170f7 (5 commits) (flutter/engine#16996) * fc5963d2d [web] Engine integration test (flutter/engine#16930) * d323bace5 doxygen tooling updates and doxygen for FlutterCodecs.h (flutter/engine#16947) * 03ddc1d4d Started deleting .DS_Store files so licenses can run on mac os x. (flutter/engine#16998) * 30a82927b Roll src/third_party/skia 24a8e9e170f7..cf573d844da6 (4 commits) (flutter/engine#17004) * d0319631b Roll fuchsia/sdk/core/mac-amd64 from 95geB... to hW33F... (flutter/engine#17006) * 41b371d0b Roll fuchsia/sdk/core/linux-amd64 from K1wwe... to FGMpI... (flutter/engine#17007) * 619acd58c Revert "fix shadows and mask filter blurs (#16963)" (flutter/engine#17008)
-