- 27 Apr, 2017 4 commits
-
-
Mikkel Nygaard Ravn authored
* Mark channels_integration_test_ios flaky * Removed personal dev team from ios code siging * Removed provisioning profile diffs against other samples
-
Mikkel Nygaard Ravn authored
-
Zachary Anderson authored
-
Todd Volkert authored
-
- 26 Apr, 2017 11 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/7648
-
Mehmet Fidanboylu authored
* Add a tile scrolling test to complex_layout app * - Review comments and fix analyzer failures. * Use ListView.builder pattern.
-
xster authored
-
Todd Volkert authored
Fixes #9612
-
Adam Barth authored
The enum is called StackFit, so the property name "fit" makes more sense.
-
Hans Muller authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
Note: In a cross-platform context `Uri.path` is not a valid file path. Allways use `fs.path.fromUri` to convert.
-
Todd Volkert authored
Also, add a timeout so a hung `adb` will not cause the tools process to hang. Fixes #9567
-
Todd Volkert authored
-
Todd Volkert authored
`adb` can sometimes hang, which will in turn hang the Dart isolate if we're using `Process.runSync()`. This changes many of the `Device` methods to return `Future<T>` in order to allow them to use the async process methods. A future change will add timeouts to the associated calls so that we can properly alert the user to the hung `adb` process. This is work towards #7102, #9567
-
- 25 Apr, 2017 5 commits
-
-
Ian Hickson authored
Also: * Add three explicit sizing modes to Stack for non-positioned children: loose, expand, and passthrough. (All three are used.) * Fix a bug whereby layers would try to paint in the same frame as they were removed from layout (but not detached). * Fix a bug whereby Offstage wasn't properly marking the parent dirty when changing its sizedByParent flag. * Explicitly make Overlay expand non-positioned children. * Explicitly have InputDecoration pass through the constraints from its Row to its Stack children.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/8425
-
Michael Goderbauer authored
* Do not lower-case paths during canonicalization. This breaks hot reload on some platfroms with case insensitive file systems. * Add unit tests
-
Alexandre Ardhuin authored
-
Adam Barth authored
This patch reworks some of the guts of scrolling to make it easier to implement nested scrolling effects. The actually nested scrolling effect will be included in a later patch.
-
- 24 Apr, 2017 10 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Adam Barth authored
This patch introduces the notion of a keyboard token, which generalizes the logic in EditableText for distinguishing between gaining focus by default and gaining focus because of an explicit use action. Fixes #7985
-
Michael Thomsen authored
* Remove Pods dir from layers example * Remove Pods dir from flutter_view example
-
Todd Volkert authored
This will help us know for sure exactly which sub-script erred.
-
Todd Volkert authored
It's going to be replaced by #8963 Fixes #8947
-
Michael Thomsen authored
-
Michael Thomsen authored
-
Michael Thomsen authored
* Upgrade node version * Upgrade node version, but no further than 6 which is in LTS
-
Michael Thomsen authored
-
- 23 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
* more widget const constructors * prefer const constructors * address review comments
-
Brian Slesinsky authored
Without this flag, it shows progress via increasing numbers instead of a progress bar. For some reason, the IDEA console seems to be okay with that.
-
- 22 Apr, 2017 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* enable lint overridden_fields * address review comment
-
- 21 Apr, 2017 6 commits
-
-
Adam Barth authored
-
xster authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
This constructor makes it easier to use a GridView with a builder callback. Fixes #8952
-
Alexandre Ardhuin authored
* make @immutable const * fix build
-
Adam Barth authored
Fixes #5166
-