- 17 Apr, 2018 2 commits
-
-
Todd Volkert authored
The engine expects it to always be there.
-
Alexander Aprelev authored
-
- 16 Apr, 2018 8 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
* add localizations for navigation menu, popup menu, dialog, and alert
-
jcollins-g authored
-
Alexandre Ardhuin authored
-
Jacob Richman authored
Support exposing the InspectorService over the Flutterservice extension protocol as well as the observatory protocol. (#15876) * Support exposing the InspectorService over the Flutter service extension protocol as well as the observatory protocol. We will probably remove most of the observatory protocol support once a couple versions of the Flutter IntelliJ plugin have shipped that use the Flutter service extension protocol. The only reason to continue supporting the observatory protocol is it will allow using the inspector when paused at a breakpoint.
-
Siva authored
* Turn support for sync-async on in Flutter. With this feature execution of async functions starts immediately instead of it being delayed by one microtask tick. * Address review comments. * Adjust some stack trace expectations which are slightly different with --sync-async turned on.
-
Greg Spencer authored
We don't really like the name AnimatedChildSwitcher, and we think that AnimatedSwitcher might be better (since the Child part is redundant). We also considered AnimatedChild, AnimatedTransition and AnimatedReplacement (among others). Nothing in here besides a rename.
-
- 14 Apr, 2018 1 commit
-
-
Alexander Aprelev authored
* Don't return null, just rethrow RpcException error when vmservice responds with error.
-
- 13 Apr, 2018 5 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
-
Hans Muller authored
Revert some uses of Number.tryParse(), ignore deprecation warnings for Number.parse()
-
Konstantin Scheglov authored
-
- 12 Apr, 2018 13 commits
-
-
Alexander Aprelev authored
* Handle error count reported by frontend. Extend compilation result from single string to a structure(string filename and integer error count). * Use ?. * Include engine roll with dart sdk roll. * parse(onError) -> tryParse * Make '?? throw' more readable and avoid issue with analyzer * Fix test so it mocks compiler output including errors count
-
Greg Spencer authored
This fixes a rendering problem in the AnimatedChildSwitcher where it would add a new "previous" child each time it rebuilt, and if you did it fast enough, all of them would disappear from the page. It also expands the API for AnimatedChildSwitcher to allow you to specify your own transition and/or layout builder for the transition. Fixes #16226
-
Greg Spencer authored
This reverts commit 6494ab23f6a063c689441f55c3aba1b3c8e26b5b.
-
Devon Carew authored
* fix a test flake on appveyor * only catch FileSystemExceptions
-
Alexander Aprelev authored
-
Siva authored
* A new UI is being designed to make the unused reload messaging clearer, the UI will use the coverage data to highlight lines in the UI that were not executed during a reload. In lieu of that we are turning off the unused reload messages experiment. There were some issues in Dart2 also with this functionality - source fingerprinting is not implemented in Dart2 - some additional synthetic functions are generated for invocation argument checking that are not appropriately filtered out.
-
Greg Spencer authored
-
Greg Spencer authored
This converts the chips to use a ChipThemeData to get most of their customization values from (if not overridden by specific arguments to the chip constructors), and to have the base ThemeData contain one of these. It also adds the ChipTheme widget that will allow overriding the theme for a particular subtree in the widget hierarchy. Added tests for both, and just more tests in general for the Chips.
-
Greg Spencer authored
The spec changed the size of the slider thumb, so this just effects that change.
-
Chris Bracken authored
When flutter builds are run with --verbose, pass the flag through to flutter sub-commands run via xcode_backend.sh.
-
Sarah Zakarias authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
* Introduce fingerprint check for preview-dart-2 build flx. * Don't count outputs into fingerpint. Refactor compilation code.
-
- 11 Apr, 2018 11 commits
-
-
Chris Bracken authored
Inlines the very small amount of work being done in _build() into buildScriptSnapshot(). Eliminates a duplicate (and un-awaited) call to _writeFingerprint.
-
Devon Carew authored
Revert "re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server (#16281)" (#16482) This reverts commit 2f41ea54.
-
Devon Carew authored
re-write flutter analyze (the single-shot and --flutter-repo) to use the analysis server
-
Alexander Aprelev authored
* Sync .packages file as regular file. Currently .packages file is treated specially as DevFSStringContent to accommodate package-file rewrite when it is sent to the device for dart1 compilation. In dart2 we need to treat .packages as regular file because from frontend perspective it's just a normal input file.
-
Ryan Macnak authored
-
Xiao Yu authored
-
David Shuckerow authored
-
Michael Goderbauer authored
Fixes https://github.com/flutter/flutter/issues/16346. See https://github.com/flutter/flutter/issues/16346#issuecomment-380255095 for detailed explanation of what was going wrong before this fix.
-
Konstantin Scheglov authored
-
Alexander Aprelev authored
Changes since last roll: ``` ed303c628 Roll dart sdk again. Previous roll required 23ae4fa098 revert. (#4966) 8cd272733 Revert "Roll dart to 7764e6962e22afcf4b58c4e3cef3147330f3c884. (#4960)" (#4965) 9199b40f2 Revert "Support multiple shells in a single process. (#4932)" (#4964) 6baff4c82 Support multiple shells in a single process. (#4932) 31c5bb427 Roll dart to 7764e6962e22afcf4b58c4e3cef3147330f3c884. (#4960) c8e4c6984 Avoid copying the contents of large platform message responses (#4947) 5ff527295 Update to use new vulkan GrBackendRenderTarget ctor. (#4962) 0c8993a1a Update to use new vulkan GrBackendRenderTarget ctor (part 2) (#4963) 132ebdda8 Revert "Roll src/third_party/skia/ 9874bf1bc..52e16d984 (135 commits) (#4958)" (#4961) 11882ab9e Roll src/third_party/skia/ 9874bf1bc..52e16d984 (135 commits) (#4958) ``` Add consts
-