- 06 Mar, 2017 6 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
-
Hans Muller authored
-
Michael Goderbauer authored
-
Mikkel Nygaard Ravn authored
Engine roll to include https://github.com/flutter/engine/pull/3462
-
Sarah Zakarias authored
-
- 05 Mar, 2017 1 commit
-
-
Luke authored
* clamp the pixels used in the page calculation to be within min + max extents to avoid pages outside of the range of children * add test to check onPageChanged not fired on overscroll
-
- 04 Mar, 2017 14 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
Fix a few regressions.
-
Chris Bracken authored
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Chris Bracken authored
Covers lib/ in package:flutter.
-
Yegor authored
* add crash reporting without enabling it * do not drop futures on the floor * return exitCode from executable run * debug travis * remove unnecessary todo * rename local fs getter
-
- 03 Mar, 2017 9 commits
-
-
Adam Barth authored
Fixes #8557
-
xster authored
* Use exact Ahem and exact dimensions for test * use ‘px’ everywhere
-
Hans Muller authored
-
Luke authored
-
Adam Barth authored
This feature lets you see a portion of the next and previous page in a PageView. Fixes #8408
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Adam Barth authored
Previously, we would create a simulation whose initial velocity did not match the requested parameters. We now compute the parameters for the simulation in a way that ensures all the math works out. Fixes #8255
-
Michael Goderbauer authored
* fix FLUTTER_ANSI_TERMINAL check should have been included in the previous PR :( * review comments
-
- 02 Mar, 2017 10 commits
-
-
Chris Bracken authored
-
Chris Bracken authored
Prevent the app bar header from being overscrolled on iOS by setting paintOrigin to the overlap.
-
Michael Goderbauer authored
-
xster authored
-
Chris Bracken authored
Also make locals final where possible. Followup to 52715467.
-
Adam Barth authored
Fixes #8478
-
Michael Goderbauer authored
* Enable Hot Reload on Windows (backed by gen_snapshot) \o/ Two caveats: * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot * We currently cannot hot reload projects with spaces in the path * enable tests
-
Michael Thomsen authored
-
Jakob Andersen authored
The gradle build scripts can be configured to output different application IDs for different build types, so we need to examine the built .apk to figure out the name of the package and activity. Re-landing this change, updated to only get information from the .apk if it exists. Since the tools create an AndroidApk instance early, even before we've actually built an .apk, we have to create a new instance after building, so we can start the right app/activity. Fixes #8327.
-
Mikkel Nygaard Ravn authored
-