- 14 Feb, 2018 3 commits
-
-
xster authored
* Let the gallery bundle Id ephemerally change to io.flutter.demo.gallery before deploying * add a comment
-
Michael Goderbauer authored
-
xster authored
Work around xcodebuild's undocumented freeze when -showBuildSettings is used with -allowProvisioning* (#14684)
-
- 13 Feb, 2018 17 commits
-
-
amirh authored
Adds a ScaffoldGeometry class and ValueNotifier for it. A scaffold's ScaffoldGeometry notifier is held in the _ScaffoldState, and is passed to _ScaffoldScope. New ScaffoldGemometry objects are built and published to the notifier.
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Alexander Markov authored
* Revert "Roll engine to 834d6eb02988e7f2c44eda05cec908378a1a9138 (#14664)" This reverts commit c19fbe86. Reason: timeouts while doing hot reload in hot_mode_dev_cycle__preview_dart_2_benchmark.
-
asiva authored
fixes.
-
Filip Hracek authored
-
Alexander Markov authored
Contains * Roll Dart to 223eeb2ebe112aaaddca206aab55cd54b4e54391 (https://github.com/flutter/engine/pull/4659)
-
Vyacheslav Egorov authored
This is a temporary workaround until we solve #14594.
-
xster authored
-
Michael Thomsen authored
* Change the default for pub tracing to false for non-bot runs * Review feedback: update docs * Review feedback
-
Sigurd Meldgaard authored
-
Ian Hickson authored
This sets things up so that when we next roll a dev build to beta, it updates the docs. This means that for a while (until we publish a beta) the dev docs will not be updating.
-
Greg Spencer authored
This adds geometric sort ordering back in for semantics nodes that don't have a sort order defined. With this change, widgets that either have no sort order, or have an equivalent sort order, will be compared geometrically. The comparison is between the two starting corners, so it is TextDirection-aware: parent nodes that are set to have LTR text will compare upper left corners of their children, and upper right when set to RTL. Also fixed a bug in the Transform widget that didn't mark modified nodes as needing a semantics update.
-
Alexander Aprelev authored
-
Yegor authored
* Document how to read the dashboard * address comments
-
xster authored
Let Xcode communicate with Apple and create new provisioning profiles and register new devices (#14589)
-
- 12 Feb, 2018 7 commits
-
-
Greg Spencer authored
It seems that setTraversalBefore doesn't work as well as setTraversalAfter for some reason, although I'm using them the same way. Some apps would lock up TalkBack when traversing if setTraversalBefore was set, but not with the equivalent setTraversalAfter. It's not entirely clear why this is, but I'm going with this to at least get it fixed for apps we know about. Fixes #14600
-
Jason Simmons authored
Revert "Disable selection of the Android ARM64 target platform based on the attached device" (#14650) This reverts commit cdb581807cc11030b63d00c04bb2d55fcb3d7ef4. Dart has been updated in the engine, and this workaround should no longer be necessary. Fixes https://github.com/flutter/flutter/issues/14646
-
Jacob Richman authored
-
Vyacheslav Egorov authored
Dart 2 applies core library patches during the build, so there is only a single dart:async library.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/14524
-
Mikkel Nygaard Ravn authored
Merging to get back to a green tree.
-
Vyacheslav Egorov authored
Need to use `typed(any)` instead of `any` in Dart 2.
-
- 11 Feb, 2018 1 commit
-
- 10 Feb, 2018 11 commits
-
-
Chris Bracken authored
Some people call me the space cowboy Some people call me the gangster of love Some people call me Maurice
-
Chris Bracken authored
Ensures we don't regress #6577 on Windows.
-
Chris Bracken authored
Ensures we don't regress https://github.com/flutter/flutter/issues/6577.
-
Chris Bracken authored
Eliminates the assumption that the flutter SDK is installed in a directory named "flutter" from ticker_expectation.txt.
-
Chris Bracken authored
In getFlutterRoot(), scripts loaded via data: URIs are URI encoded. getFlutterRoot() scans the contents of the data for the file:// URI path of the Flutter SDK, which itself is URI-encoded. The end result is that if the SDK path contains a space, the embedded file:// URI will contain a %20. When this is encoded in a data: URI, the contents are URI-encoded, resulting in %2520, since the % is encoded to %25. This patch decodes the data: URI before extracting the SDK file:// URI.
-
Chris Bracken authored
The Flutter engine now supports package: and file: imports that resolve to paths on disk that include spaces and other URI-escaped characters. This patch eliminates the restriction that Dart source paths not include %20 (or other URI-escaped characters) in their paths in flutter_tool tests.
-
xster authored
-
Chris Bracken authored
Includes: * Roll topaz to 531e2778d86b213bc663ea51bb0e0dde33d8ac8c (#4657) This supports SDK/project paths including URI-escaped UTF-8 sequences (e.g., including spaces, accented characters, etc.).
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
xster authored
* More restricted versioning on iOS * Escape the key base64 and don't echo it back on travis * Have match not print back the cert url
-
- 09 Feb, 2018 1 commit
-
-
Greg Spencer authored
When uploading, gsutil is guessing wrong about our desired MIME types. This makes it explicit.
-