- 08 Feb, 2017 15 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
Once engine commit d49a6b110bced49fa318b0dd45bf409218df9ee5 rolls into Flutter rolls in, we get correct font metrics for the Ahem font, used in headless sky_shell test runs. Ahem has much wider glyphs than the system font, which causes the PaginatedDataTable bottom bar to be much wider and overflow the previous and next controls offscreen. This commit reduces the number of rows such that the prev/next controls are still just barely onscreen.
-
Adam Barth authored
Fixes #7119
-
Ian Hickson authored
The Ahem font has a much wider average text width than most fonts.
-
Adam Barth authored
-
Adam Barth authored
Now that ensureVisible works, we can use ListView instead of Block in this demo.
-
Alexandre Ardhuin authored
-
Michael Goderbauer authored
-
Devon Carew authored
* improve the logger ui a bit for elapsed times * invert param * update daemon.dart
-
Adam Barth authored
Also, switch Stepper over to using sliver-based scrolling.
-
Chris Bracken authored
Differentiate between the not-installed and the out-of-date scenario.
-
Devon Carew authored
-
Michael Goderbauer authored
Call `pub upgrade` instead of manually deleting `pubspec.lock` and then calling `pub get`. `pub upgrade` ignores the `pubspec.lock`, but is otherwise identically to 'pub get' (https://www.dartlang.org/tools/pub/cmd/pub-upgrade).
-
xster authored
Add a user friendly error message when no development team is selected for physical deployment (#7879)
-
Phil Quitslund authored
Bump to keep up w/ DDC fixes.
-
- 07 Feb, 2017 22 commits
-
-
Chris Bracken authored
Support for thinning app frameworks to the target architecture was added in 708909fc. This commit adds support and error-checking for non-fat frameworks that are not of the target architecture. In such cases, we now fail the build, and emit an error message and the contents of lipo -info for the affected framework.
-
Adam Barth authored
This patch improves PageView to the point where we can use it in the date picker. Specifically, you now get onPageChanged notifications and you can control which page is visible using a PageController.
-
Adam Barth authored
There appears to be an issue with children before the center widget. I've filled a bug about that issue and will follow up in a later patch.
-
Adam Barth authored
We need to study these benchmark numbers more carefully. See #7937
-
Michael Goderbauer authored
-
Hans Muller authored
-
Hans Muller authored
-
zhenqiu1101 authored
Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. (#7944) * Add find.descendant API to support find descendants of an element by passing the current element and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant. * Add find.descendant API to support find descendants of an element by passing the current element finder and the finder of descendant.
-
Hans Muller authored
-
Jason Simmons authored
-
Chris Bracken authored
-
Chris Bracken authored
* Support thinning iOS frameworks to supported architectures When building against frameworks that are distributed as multi-architecture fat binaries, we want to strip the frameworks we distribute down to only the architectures specified in $ARCHS. This patch adds: * The ability to specify commands to xcode_backend.sh (if none is specified, run BuildApp for backward compatibility). * A 'thin' command that invokes lipo to thin down the distributed as described above. * Add framework thinning step to iOS build Invokes xcode_backend.sh thin on the build application. * Limit architectures to arm64 in Xcode template Flutter does not yet support armv7 iOS devices. Limit the $ARCHS build variable to arm64 until then.
-
Phil Quitslund authored
* has all the cherry-picks fixing known issues merged.
-
Michael Goderbauer authored
-
Devon Carew authored
-
Adam Barth authored
Also, move the creation of the ScrollPosition to ScrollController. Finally, remove TestScrollable in favor of CustomScrollView, which is the production version of this widget.
-
Chris Bracken authored
-
Adam Barth authored
If you pass a ScrollController to a Scrollable2, you can use the controller to read and write the scroll offset without having to find the Scrollable2State object.
-
Michael Goderbauer authored
Reason: https://github.com/flutter/flutter/issues/4273
-
Ian Hickson authored
-
Adam Barth authored
In particular, we now use ListView in the about dialog.
-
Michael Goderbauer authored
Required to run tests on Windows bots.
-
- 06 Feb, 2017 3 commits
-
-
Adam Barth authored
These arguments are actually required because we assert that they're not null.
-
Ian Hickson authored
-
Adam Barth authored
These widget don't have any clients anymore. Consider using GridView instead.
-