- 12 Feb, 2016 1 commit
-
-
Matt Perry authored
I moved it to https://github.com/mpcomplete/flutter_gcm for now.
-
- 11 Feb, 2016 20 commits
-
-
Jason Simmons authored
Change the text/selection value API of the input field
-
Ian Hickson authored
Provide a Draggable that starts on drag
-
Hixie authored
This lets it cooperate with other gestures like tap. The way I implemented this was to refactor the entire Draggable gesture logic to use a new kind of gesture detector called MultiDragGestureRecognizer. It works a bit like MultiTapGestureRecognizer but for drags. Also some tweaks to the velocity estimator.
-
Jason Simmons authored
(see https://github.com/flutter/flutter/issues/1586)
-
Eric Seidel authored
Remove now-obsolete recipes and document our new infra
-
Eric Seidel authored
@abarth @chinmaygarde
-
Adam Barth authored
Teach run_mojo about Mozart
-
Adam Barth authored
Instead of running the FLX directly, we need to run mojo:launcher and have it run the FLX.
-
Devon Carew authored
wait for flutter start to return until the obs. port is available
-
Devon Carew authored
-
Ian Hickson authored
Clean up imports and exports.
-
Adam Barth authored
Add an example of creating a custom RenderBox
-
Ian Hickson authored
Each layer is supposed to reexport the parts of the previous layer that are part of its API. - In painting.dart, export from dart:ui all the Canvas-related APIs that make sense to be used at higher levels, e.g. PaintingStyle. - Delete painting/shadows.dart. It was dead code. - In rendering/object.dart, export all of painting.dart. - In widgets/basic.dart, export all of painting.dart and animation.dart. Some classes in animation/ are renamed to make this less disruptive and confusing to the namespace. - Split out Stocks back into an import model rather than a part model, so that it's easier to manage its dependencies on a per-file basis. - Move Ticker to scheduler library. - Remove as many redundant imports as possible now. - Some minor nit picking cleanup in various files.
-
Adam Barth authored
-
Adam Barth authored
Cleanup MixedViewport
-
Adam Barth authored
This patch fixes a couple minor bugs and cleans up MixedViewport a bit.
-
Todd Volkert authored
-
Hans Muller authored
Flutter gallery dialog demos
-
Hans Muller authored
-
Hans Muller authored
ScrollableList was applying padding twice
-
- 10 Feb, 2016 19 commits
-
-
Adam Barth authored
We need to subtract the padding instead of adding it.
-
Devon Carew authored
fix an NPE when the flutter.yaml file is missing
-
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
-