- 10 Feb, 2016 24 commits
-
-
Devon Carew authored
-
Ian Hickson authored
More BoxConstraints asserts
-
Todd Volkert authored
-
Hixie authored
The asserting will continue until morale improves! * Convert all assert(*.isNormalized) checks to use the new debugAssertIsNormalized technology. * Convert CustomMultiChildLayout to use the new RenderingError technology to greatly improve the detail in errors you get when writing CustomMultiChildLayout delegates. * Add BoxConstraints.copyWith(). * Indent the descendants in the rendering exception data dump so that when you have multiple children it's clearer what's going on.
-
Adam Barth authored
ScrollBehavior should support negative min scroll offset
-
Adam Barth authored
Fixes #1730
-
Matt Perry authored
Refactor service-related code to be shared between android and IOS.
-
Ian Hickson authored
Improve asserts around BoxConstraints
-
Matt Perry authored
The IOS code is totally untested. Need a Mac to test it.
-
Hixie authored
Negative constraints never make sense, so catch those too. Make RenderObject.layout's isNormalized assert use the newer more fancy debug version of isNormalized.
-
Collin Jackson authored
Upgrade command shouldn’t validate project, fixes #1745
-
Adam Barth authored
Teach PageableList about scroll anchors
-
Adam Barth authored
-
Collin Jackson authored
-
Adam Barth authored
Teach ScrollableList about scroll anchors
-
Adam Barth authored
-
Devon Carew authored
fix an issue with logging ios simulator output
-
Devon Carew authored
Introduce globals
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
Tapping through drag targets.
-
Hixie authored
Factor out the HitTestBehavior logic so that RenderMetaData can use it. Use that in DragTarget.
-
Devon Carew authored
ignore derived resources in ios/build
-
Jason Simmons authored
Add a refresh command that rebuilds the snapshot and reloads it on th…
-
- 09 Feb, 2016 16 commits
-
-
Devon Carew authored
-
Adam Barth authored
Add scroll anchor for Block
-
Adam Barth authored
This patch teaches block how to anchor its scrolling to the end rather than the start. Fixes #136
-
Ian Hickson authored
Draggable: childWhenDragging, maxSimultaneousDrags
-
Viktor Lidholt authored
Fixes issue with replacing the root node
-
Hixie authored
-
Devon Carew authored
filter offline devices from notifications
-
Devon Carew authored
-
Devon Carew authored
rename the service protocol extensions
-
Jason Simmons authored
This provides a fast way to iterate on changes to a Flutter app that only involve updates to Dart code and do not require a full build and install of the FLX and APK
-
Adam Barth authored
Remove FLUTTER_DEV environment var
-
Adam Barth authored
This check is triggering even for folks who don't have FLUTTER_DEV set, which is breaking their toolchain because we're not running `pub get` on the flutter_tools package.
-
Ian Hickson authored
Update docs for benchmarks.
-
Hans Muller authored
removed kStatusBarHeight constant
-
Devon Carew authored
-
Hans Muller authored
-