- 04 Mar, 2017 7 commits
-
-
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 14 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
-
Alexandre Ardhuin authored
-
Ian Hickson authored
This happens when, for instance, you go back then forward quickly.
-
Chris Bracken authored
* Improved defaults for scroll view primary-ness * Vertical scroll views default to primary:true. * Horizontal scroll views default to primary:false. * If a scroll view is primary and it got a non-null inherited primary scroll controller, it introduces a primary scroll controller inherited with a value of null for its descendants. ScrollController now multiplexes writes to all registered positions; reads of position continue to assert that only one position is registered. Reads still require a single position.
-
xster authored
* Add cupertino to gallery and add CupertinoButto * Use single quotes * Add disabled state * Some review notes * Make button animation more responsive and tweak timing * Renamed things Cupertino * Button with background, move cupertino demos, move material demos * Move 2 level list too * Refactor various demo route names * Some review notes * More reviews and add test * Linter as * Move private constant up
-
- 01 Mar, 2017 10 commits
-
-
Todd Volkert authored
This got missed in the last sweep due to concurrent PRs
-
Michael Goderbauer authored
-
Michael Goderbauer authored
This one comes with sweet Unicode support for Windows!
-
Chris Bracken authored
Ensure that read and write operations fail on ScrollControllers associated with a number of positions other than 1.
-
Adam Barth authored
Using these physics avoids a problem whereby the scroll view isn't scrollable due to lack of content and therefore cannot trigger the refresh indicator. Fixes #8432
-
Adam Barth authored
This widget is useful on its own. This patch factors it out of AppBar so folks can use it separately. Fixes #8489
-
Michael Goderbauer authored
* [devFS] Use URI to represent paths on device Previosuly, regular file paths in the format of the host platform were used to represent paths on device. That works when host and device share the same (POSIX) file path format. With a Windows host, this breaks. URIs are the solution as they are platform independent and the VM service on the device already interpreted the file paths as URIs anyways. * review comments * switch to file paths * fix tests on Windows * review comments
-
Yegor authored
This TODO was fixed by the transition to `Finder` objects.
-
Chris Bracken authored
This ensures that both timer/microtask queues are cleared out rather than assuming that all work is completed in a specified amount of time.
-
Michael Thomsen authored
-