- 04 Dec, 2017 4 commits
-
-
Ian Hickson authored
Somehow the test ended up checking for notification messages at the wrong depth.
-
Ian Hickson authored
Also, extra docs. Fixes https://github.com/flutter/flutter/issues/13279 Fixes https://github.com/flutter/flutter/issues/2115
-
Ian Hickson authored
...and document what I did.
-
Sarah Zakarias authored
-
- 02 Dec, 2017 3 commits
-
-
xster authored
-
Kevin Moore authored
* Provide more information in PUB_ENVIRONMENT for `pub get/upgrade` Should help diagnose and fix https://github.com/dart-lang/pub-dartlang-dart/issues/636
- 01 Dec, 2017 16 commits
-
-
Hans Muller authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Phil Quitslund authored
Dropped optional semicolons.
-
Phil Quitslund authored
A more future-proof approach to accessing internal package name lint rule description details. See: https://github.com/dart-lang/linter/issues/654
-
Chris Bracken authored
Updates quiver from 0.26.0 to 0.26.2 to pick up strong-mode fixes.
-
Sigurd Meldgaard authored
-
Zachary Anderson authored
-
Sarah Zakarias authored
-
Jakob Andersen authored
-
Jakob Andersen authored
Rather than depending on android.googlesource.com for hosting the gradle wrapper, host our own copy on storage.googleapis.com (along with our other artifacts). Also added a script to repackage AOSP's version into ours, in case we ever need to update it. Addresses the gradle wrapper part of #11681.
-
Mikkel Nygaard Ravn authored
-
Chris Bracken authored
Extracts Tab2ConversationRow class that consolidates widget tree for a chat message in the Cupertino navagation chat demo. This refactoring simplifies adding SafeArea support to handle iOS 11 safe areas in a followup patch.
-
Chris Bracken authored
1. Ensure that this value is defaulted to the value associated with the context rather than re-defaulted to false. 2. Add this value to operator==, hashCode, toString methods.
-
Chris Bracken authored
This will be followed by a patch that supports independently removing padding and view insets.
-
Alexander Aprelev authored
* Fix --preview-dart2 option handling for ios profile/release. * Remove unused parameter
-
- 30 Nov, 2017 17 commits
-
-
Yegor authored
-
Ian Hickson authored
-
xster authored
* Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds. * tests * const lint * Rename base abstract class to generalized ObstructingPreferredSizeWidget
-
Chris Bracken authored
* Add MediaQuery support for view insets Also updates EdgeInsets documentation to reflect WindowPadding's use for both padding and view insets. See engine commits: flutter/engine#4403 flutter/engine#4406
-
Chris Bracken authored
-
Ian Hickson authored
Fixes the remaining known issues with widgets supporting RTL.
-
Michael Goderbauer authored
* ensures that only semantics boundaries will be added to owner._nodesNeedingSemantics as expected by compiler. * no longer throws assert if markNeedsSemanticsUpdate is called on non-semantic-boundary render object with a non-semantic-boundary parent. * Fixes #13109. * removes onlyLocalUpdates from markNeedsSemanticsUpdate as its no longer needed.
-
Yegor authored
-
Vyacheslav Egorov authored
* Change some of the dev/devicelab tests to support testing against local engine. We can already configure flutter tools to use local engine by setting FLUTTER_ENGINE environment variable. However when this variable is set this also requires setting --local-engine to specify which flavor of engine to use. This change changes tests in dev/devicelab to pass a sensible default for --local-engine, e.g. when testing hot reload on Android we pass android_debug and when testing release AOT build for IOS we pass ios_release. * Fix analysis issues * Update utils.dart
-
Siva authored
Roll engine to 77b2d1d95a9438ff996d24ef3e0b3ec81822fa61 (contains the latest roll of Dart into teh engine). (#13269)
-
xster authored
* Add a minimum distance that needs breaking on iOS each time scrolls stopped. * Testing and tests * tweak docs * review
-
Alexander Aprelev authored
-
Ian Hickson authored
-
Alexandre Ardhuin authored
-
amirh authored
This is in preparation for adding a second card with a demo for animated icons. Table refactor is just a cleanup (that also fixes an alignment bug).
-
Alexander Aprelev authored
-
Chris Bracken authored
-