- 23 May, 2018 4 commits
-
-
Hans Muller authored
-
Devon Carew authored
-
Collin Jackson authored
-
Hans Muller authored
-
- 22 May, 2018 8 commits
-
-
Hans Muller authored
-
Andrew Davies authored
This fixes a runtime error triggered when calling `invokeRpc`: ``` type 'Future<dynamic>' is not a subtype of type 'Future<Map<String, dynamic>>' ``` Also adds a log message for why connections are failing, as well as a default timeout when attempting to connect to a websocket.
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/17597
-
Hans Muller authored
-
Hans Muller authored
-
Danny Tuppeny authored
Related to: #14822 Dart-Code/Dart-Code#490 #13379
-
Danny Tuppeny authored
-
Yegor authored
* pass semantics children in traversal and hit test orders * explain why we are inverting _children * Roll engine
-
- 21 May, 2018 9 commits
-
-
Michael Goderbauer authored
-
ng1905 authored
-
asiva authored
(contains roll of Dart to version 97b6c2e09d6532eeb622d85f23109f3f3b6d2b61 )
-
asiva authored
(contains skia roll to 037be4e032ef31d7bc0cf914c972af97c456b17f)
-
Hans Muller authored
-
Konstantin Scheglov authored
-
Simon Lightfoot authored
* Patch to fix builds with custom targets on iOS simulator. #16787 * Fix for unused import. * Code review changes applied.
-
Devon Carew authored
-
fmatosqg authored
Scan folders when asset specified finishes with `/`
-
- 19 May, 2018 1 commit
-
-
Victor Choueiri authored
-
- 18 May, 2018 12 commits
-
-
Greg Spencer authored
This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily. This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
-
Christopher Araüjo authored
This is a follow up on issue #17169 and the pull request #17298 This pull request adds the onChangeStart and onChangeEnd callbacks for CupertinoSlider. These are called when a user starts and ends a change respectively. Pushing for @dcaraujo0872, the PR author.
-
xster authored
-
Todd Volkert authored
This allows test environments other than `flutter test` to have a hook into the test exception reporting. Some test environments, for example, don't just dump error details to the console, but rather require them to be reported to a separate server.
-
Todd Volkert authored
-
Todd Volkert authored
There's no reason for them to read/write.
-
Andrew Davies authored
Adds fuchsia_remote_debug_protocol gn file.
-
Michael Goderbauer authored
-
Todd Volkert authored
This contains the following commits: flutter/engine@1179c38 Clear the raster cache result when bypassing raster cache. flutter/engine@ea9f96b Roll src/third_party/skia/ dd6e62e28..44890ef00 (1 commit) flutter/engine@5c4201f Roll src/third_party/skia/ 51371a433..dd6e62e28 (4 commits; 1 trivial rolls) flutter/engine@a56f2f2 Roll src/third_party/skia/ 000e00df1..51371a433 (11 commits; 1 trivial rolls)
-
Greg Spencer authored
Our style guide says the k's are not necessary, and it seems like a good idea to make all the code be consistent on this. Only naming changes to private vars: no logic changes.
-
Greg Spencer authored
This replaces abandoned PR #14824 by @ekbiker, and gives it some love.
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/pull/17682 to fix dart1 tests.
-
- 17 May, 2018 6 commits
-
-
Alexander Aprelev authored
* Roll engine to 40a37126078f3eee2cd7584da04704908f47cd68 Changes since last roll: ``` 40a371260 Remove the content handler for its move to topaz. (#5289) a262da46f Roll src/third_party/skia/ c06754b04..000e00df1 (12 commits; 1 trivial rolls) (#5288) f7eab94f4 Roll src/third_party/skia/ bd74e6a02..c06754b04 (1 commit) (#5287) 597fa9ed4 Delegate AppDelegate life-cycle callbacks to plugins via separate object (#5173) ef0915c10 update docs for Path.getBounds (#5261) bb1736b7b Roll src/third_party/skia/ 15f1761d9..bd74e6a02 (1 commit; 1 trivial rolls) (#5286) 8c9558b1f Roll src/third_party/skia/ ed4921b9d..15f1761d9 (1 commit) (#5285) 5cbfa9593 Roll src/third_party/skia/ 05da1c16d..ed4921b9d (1 commit) (#5284) 919e8c211 Support for TwoPointConical gradients (#5275) cdd7e0887 Roll src/third_party/skia/ 94f585ed0..05da1c16d (9 commits; 1 trivial rolls) (#5283) ``` * Include more changes(reverts and a fix)
-
Noam Drong authored
-
Alexander Aprelev authored
-
Ryan Macnak authored
-
Greg Spencer authored
I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website. No documentation or code changes here, other than changing doc image URLs.
-
Dan Field authored
* Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * Fix consolidate response and add test * Update AUTHORS * ignore content-length * fix formatting/update comment * more commas * remove extra newline
-