- 20 Jan, 2016 1 commit
-
-
Devon Carew authored
fix an issue where errors were printed twice
-
- 19 Jan, 2016 17 commits
-
-
Chinmay Garde authored
First take on `flutter start` for iOS devices
-
Devon Carew authored
add a wrapper around the adb command
-
Adam Barth authored
Localize curve direction concern
-
Adam Barth authored
The curve direction is now a concern of ACurve alone.
-
Adam Barth authored
Introduce Tween and the new animation API
-
Devon Carew authored
-
Adam Barth authored
This patch removes state from the animation system, which was causing problems as we were scaling the use of animated values. Now the "tween" objects are stateless and can watch animations, which creates a new object that holds both the tween and the animation instead of mutating the tween every tick of the animation. This patch ports one client as a proof-of-concept. Fixes #215
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
-
Devon Carew authored
fix two null-aware-operator issues
-
Devon Carew authored
-
Ian Hickson authored
StackParentData.toString() fix, RenderOpacity default
-
Ian Hickson authored
Move RenderObjectWidgets down
-
Ian Hickson authored
It's confusing to have non-render-object widgets on either side of the render object ones.
-
Ian Hickson authored
-
- 18 Jan, 2016 13 commits
-
-
Ian Hickson authored
Fix some intrinsic constraints contract violations.
-
Ian Hickson authored
RenderBlock wasn't constraining the results. RenderPadding wasn't constraining the results (which matters especially when the constraints can't fit the padding in the first place). RenderViewport wasn't constraining the results. Add a test for the block case. To catch this kind of thing in the future, add some asserts to debugDoesMeetConstraints() that all four intrinsic functions return values that are within the constraints. RenderBlockViewport doesn't support returning intrinsics, so turn off the "no intrinsic support" asserts (and return zero) when we're doing this new assert. This new assert screwed up the custom layout classes' tests, so adjust those tests to ignore the callbacks invoked from these asserts. Add to the _debugReportException() method a short summary of the descendants of this node. It's important to have this information when debugging errors like these intrinsic constraints contract violations because often nodes just pass the values through to their child so you have to go several steps down to find the actual problem. Fixes https://github.com/flutter/flutter/issues/1210
-
Ian Hickson authored
More elaborate RenderBox example
-
Ian Hickson authored
Reimplement the theme transition animation by actually animating the Theme
-
Ian Hickson authored
As part of this: - A lot of classes got new lerp functions, including e.g. TextStyle. - Theme's constructor story got overhauled. You can now configure everything if you really want to, and we're better about defaults. - Material no longer automatically animates its background color. (It still does for its shadow.) - Tabs try to get the indicator color from the theme. - The fields in ThemeData got reordered for sanity. - Theme.== and Theme.hashCode got fixed. - Typography got a bit of a spring cleaning. Fixes #613.
-
Adam Barth authored
Skip "list of devices" header from adb
-
Adam Barth authored
Sometimes "adb devices" prints a header. We should skip over the header instead of complaining that we don't recognize it. Fixes #1293
-
Ian Hickson authored
Rename ViewConstraints to ViewConfiguration
-
Ian Hickson authored
Rename _Child to _ScaffoldSlot for clarity.
-
Ian Hickson authored
Make 'flutter analyze' support analyzing arbitrary files
-
Ian Hickson authored
Activity clean-up
-
Ian Hickson authored
Also, some trivial fixes for things that I found while playing with the rendering library directly.
-
Ian Hickson authored
Include BoxDecoration description in Container toString
-
- 16 Jan, 2016 8 commits
-
-
Ian Hickson authored
Prepare flutter analyze for dart 1.14
-
Ian Hickson authored
-
Ian Hickson authored
And rootConstraints to configuration. This type and its variable have nothing to do with Constraints. Fixes https://github.com/flutter/flutter/issues/829
-
Ian Hickson authored
Before we didn't know how to find the packages of random files. Now we do.
-
Ian Hickson authored
Turns out Android crashes if the colour is not opaque, so we enforce that at the Dart level. Also, since label and colour are both actually optional, make them named arguments.
-
Ian Hickson authored
-
Ian Hickson authored
fix framework to match new mojo sdk
-
Hixie authored
The dart bindings changed semantics in a non-compatible way.
-
- 15 Jan, 2016 1 commit
-
-
Collin Jackson authored
Remove Firebase flutter packge
-