- 01 Sep, 2017 10 commits
-
-
Chris Bracken authored
This patch migrates iOS device listing from using Xcode instruments to using the libimobiledevice tools idevice_id and ideviceinfo. ideviceinfo was previously incompatible with iOS 11 physical devices; this has now been fixed. In 37bb5f13 flutter_tools migrated from libimobiledevice-based device listing on iOS to using Xcode instruments to work around the lack of support for iOS 11. Using instruments entails several downsides, including a significantly higher performance hit, and leaking hung DTServiceHub processes in certain cases when a simulator is running, necessitating workarounds in which we watched for, and cleaned up leaked DTServiceHub processes. This patch returns reverts the move to instruments now that it's no longer necessary.
-
Yegor authored
* rename Element.visitChildrenForSemantics to debugVisitOnstageChildren * address comments
-
Andrew Wilson authored
-
Hans Muller authored
-
Carlo Bernaschina authored
-
Ian Hickson authored
-
Alexander Aprelev authored
-
Carlo Bernaschina authored
-
Collin Jackson authored
-
Ian Hickson authored
* Improve the Flex overflow marker style * Update basic.dart
-
- 31 Aug, 2017 13 commits
-
-
Collin Jackson authored
-
Phil Quitslund authored
* Update Hot Reload label text in template app instructions. * label fix
-
Jason Simmons authored
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
Devon Carew authored
* Revert "Revert "fire service protocol events for frames (#11565)" (#11727)" This reverts commit f25e2f52. * move the postEvent() call into a separate method
-
Adam Barth authored
-
Adam Barth authored
Fixes #11373
-
Adam Barth authored
This patch includes: * SliverPadding * ScrollView * PageView Fixes #11764 Fixes #11836
-
Yegor authored
* fix typo in State.didUpdateWidget * rephrase
-
Hans Muller authored
-
Hans Muller authored
-
xster authored
-
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 8 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
-