- 18 Feb, 2017 3 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
-
Michael Goderbauer authored
-
- 17 Feb, 2017 17 commits
-
-
Adam Barth authored
Rename all the "2" classes related to scrolling to remove the "2". Now that the old scrolling code is gone, we don't need to use the suffix.
-
Michael Goderbauer authored
-
Chris Bracken authored
* Do not attempt to merge non-fat frameworks in Xcode build During the Xcode build, we strip code irrelevant to the target architecture in frameworks used by the application. In the case of non-fat executables, no stripping occurs, so the frameworks can be used as-is. No merge & replace step is necessary. * fixup! Do not attempt to merge non-fat frameworks in Xcode build
-
Ian Hickson authored
* More better toStrings and more vigorous smoke testing of gallery * Update scroll_controller.dart * Update sliver.dart
-
xster authored
* Add --start-paused doc * correcting > Observatory * Updating --start-paused option w/feedback
-
Michael Goderbauer authored
Artifacts are now located in a central place. This will enable us to downlaod artifacts when we need them (instead of downloading them all upfront). This also makes replacing sky_snapshot with gen_snapshot easier.
-
Adam Barth authored
-
Ian Hickson authored
-
Adam Barth authored
-
Michael Goderbauer authored
Also: Fix some analyzer warnings.
-
xster authored
* Support iOS screenshot 1/3 * Use path.join * use fs.path instead
-
Ian Hickson authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5935
-
Phil Quitslund authored
* ups pinned `test` to `0.12.15+9` (to play nice w/ the latest analyzer) * integrates `analyzer` with analysis driver defaulting to ON
-
Todd Volkert authored
Fixes #8209
-
Adam Barth authored
All the clients have migrated to Scrollable2.
-
Ryan Macnak authored
Update stack_trace_test.dart for changes to the naming of async body functions.
-
- 16 Feb, 2017 11 commits
-
-
Ian Hickson authored
This does not attempt to correct any logic, only to port it as written. The API changed a bit to take into account what is newly available and no longer available in the new world.
-
Michael Goderbauer authored
* Enable Gradle Workflow on Windows With this the app created by `flutter create` now compiles on Windows. * Move OS check to gradle file
-
Jakob Andersen authored
-
Adam Barth authored
-
xster authored
* Move simulator screenshot logic to use simctl * Add simulator screenshot tests
-
Adam Barth authored
- ScrollableList - ScrollableLazyList - LazyBlock - MaterialList Clients should use ListView instead.
-
Adam Barth authored
Previously, the scroll correction code path was untested. This patch introduces a test for the code path and fixes two issues with it. There's likely more work we'll need to do in this area to nail down all the cases. Fixes #8155
-
Ian Hickson authored
This assumes a fix to https://github.com/dart-lang/test/issues/542 The timeout added in this patch is a workaround for https://github.com/dart-lang/coverage/issues/165
-
Ryan Macnak authored
This reverts commit fac9efba. The timeout was fixed by 6795c4ab.
-
Todd Volkert authored
Fixes #8200
-
Todd Volkert authored
-
- 15 Feb, 2017 9 commits
-
-
xster authored
-
Todd Volkert authored
Fixes #7166 Also cleans up from an aborted attempt at #5793
-
Dan Rubel authored
-
Todd Volkert authored
-
Michael Goderbauer authored
Replaces unprintable characters with alternative symbols.
-
Ryan Macnak authored
-
Todd Volkert authored
-
Hans Muller authored
-
Michael Goderbauer authored
-