- 31 Aug, 2017 1 commit
-
-
Alexandre Ardhuin authored
* upgrade to linter-0.1.35 * re-enable lint prefer_const_constructors * address review comments
-
- 30 Aug, 2017 9 commits
-
-
Devon Carew authored
-
Adam Barth authored
Fixes #11374
-
Adam Barth authored
When scrolling vertically, the scrollbar is on the left in RTL.
-
Michael Goderbauer authored
* ensureVisible works with viewports that have a center child * review feedback
-
Zachary Anderson authored
-
Adam Barth authored
Fixes #11369
-
Adam Barth authored
Fixes #11358
-
Adam Barth authored
Fixes #11389
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/11817
-
- 29 Aug, 2017 11 commits
-
-
Michael Goderbauer authored
* Exclude SemanticNodes that are fully covered by an overlapping sliver * simplification * formatting * nits * add test for center widget
-
Adam Barth authored
This patch adds Positioned.directional and PositionedDirectional. The former is useful when you already know the TextDirection. The latter is useful when you want to use the ambeient Directionality. Fixes #11390
-
Alexander Aprelev authored
* Roll engine forward * Update engine dep one commit further * Update engine dep one commit further
-
Chris Bracken authored
Extract a Snapshotter class that can be shared between FLX snapshotting, AOT snapshotting, and assembly AOT snapshotting. Allows for better testability of snapshotting logic. * Extracts script snapshotting used in FLX build. * Adds tests for snapshot checksumming, build invalidation/skipping. Remaining work: disentangle + extract AOT snapshotting and Assembly AOT snapshotting logic from build_aot.dart.
-
Florian Loitsch authored
Since the called function can't throw, there is no need for the "guarded". Since the function returns something, running in guarded mode doesn't really work. The `uncaught` handler wouldn't know what to return (except for `null`).
-
Mehmet Fidanboylu authored
* Notify the completer after the close animation completes on the snackbar * Review comments * Fix tests and analyzer warnings * Fix analyzer warnings
-
Ian Hickson authored
In some cases, the element tree is not clean but we are required to dump the tree anyway. To avoid crashing in those cases, we return an explicit null node.
-
Sarah Zakarias authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 28 Aug, 2017 5 commits
-
-
Michael Goderbauer authored
* Semantic hit test order for Slivers * ++ * fix double space * refactoring * fix test * comment fix * tests * remove accidental debugDumpSemanticsTree * review comments * fix button
-
Chris Bracken authored
-
Ian Hickson authored
* Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values). * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant. * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware. * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used. * Fix all the tests that depended on Row defaulting to LTR.
-
Ian Hickson authored
-
Chris Bracken authored
This change re-introduces skipping AOT snapshot builds if input sources and outputs have not changed since the last snapshot build, assuming a build for the same platform in the same build mode. This reverts commit 3d5afb5a. It includes the following changes relative to the original: 1. Include the entrypoint source in the checksums 2. include the build mode in the checksums 3. include the target platform in the checksums
-
- 26 Aug, 2017 1 commit
-
-
Michael Goderbauer authored
* refactor to ensureAction + some related doc fixes * Update docs for markNeedsSemanticsUpdate * rewording * rewording * ensureAction test * ensureAction test * ensureAction test * more tests * refactor to allways reset node * tiny fixes * more test * doc fixes * one more test * review comments
-
- 25 Aug, 2017 6 commits
-
-
Chris Bracken authored
Adds excludes for new test added in 13dda7cf (#11557)
-
Carlo Bernaschina authored
-
Chris Bracken authored
This change ensures that snapshot build checksums used to avoid duplicate builds are invalidated by a change to framework revision (in case gen_snapshot is updated), as well as by build mode. Currently, only FLX snapshotting uses checksums to avoid duplicate builds. FLX snapshotting is always done with BuildMode.debug, so didn't include build mode in the checksum file.
-
Jason Simmons authored
-
Michael Goderbauer authored
* Fix paintBounds/semanticsBounds of RenderSliver * another test
-
Zachary Anderson authored
-
- 24 Aug, 2017 6 commits
-
-
xster authored
-
xster authored
-
Michael Goderbauer authored
* Properly update semantics when Material/Cupertino Slider are disabled * whitespace fix * fix style
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Hans Muller authored
-
- 23 Aug, 2017 1 commit
-
-
xster authored
-