- 18 Mar, 2016 1 commit
-
-
P.Y. Laligand authored
Fixed some typos.
-
- 17 Mar, 2016 19 commits
-
-
Devon Carew authored
handle android n in the android sdk
-
Adam Barth authored
Use Canvas#drawParagraph
-
Devon Carew authored
-
Matt Perry authored
Material: Fix selected tab indicator animation.
-
John McCutchan authored
Sniff service protocol port from device
-
Matt Perry authored
- The indicator no longer goes crazy when you select another tab while it's animating. - The indicator's trailing edge lags behind the trailing edge, giving it a neat stretchy feel. BUG=https://github.com/flutter/flutter/issues/1617 BUG=https://github.com/flutter/flutter/issues/1955
-
Adam Barth authored
We'll eventually remove Paragraph#paint. Fixes #2694
-
Adam Barth authored
Update engine
-
Adam Barth authored
-
John McCutchan authored
-
Devon Carew authored
update listen to work w/ ios devices
-
Devon Carew authored
-
Devon Carew authored
show failures with the initial pub get
-
P.Y. Laligand authored
-
Devon Carew authored
-
Devon Carew authored
Refactor the build commands
-
Devon Carew authored
-
Adam Barth authored
Fix spelling of dependents
-
Adam Barth authored
Noticed in #2733
-
- 16 Mar, 2016 8 commits
-
-
Ian Hickson authored
Flesh out rendering library top-level docs
-
Hixie authored
-
Ian Hickson authored
Update engine.version
-
Ian Hickson authored
-
Adam Barth authored
Use FractionalOffset for gradients
-
Adam Barth authored
Rename AnimatedWidgetBase -> ImplicitlyAnimatedWidget
-
Adam Barth authored
These were using Offsets, but they're really FractionalOffsets. Fixes #2318
-
Adam Barth authored
The previous name was confusingly similar to AnimatedWidget, which is for explicit animations.
-
- 15 Mar, 2016 12 commits
-
-
Adam Barth authored
Tapping drawer during animation causes it to stick
-
Adam Barth authored
The problem was we were using a tap gesture to stop the motion of the drawer and a drag gesture to settle it. That can cause a broken lifecycle. Now we use a single drag recognizer to drive the whole lifecycle. Fixes #775 Fixes #1276
-
Collin Jackson authored
Change SizeTransition API to take a double instead of FractionalOffset for alignment
-
Collin Jackson authored
-
Adam Barth authored
Improve dartdoc for GlobalKey
-
Adam Barth authored
Fixes #2708
-
Adam Barth authored
Update CONTRIBUTING.md
-
Andrew Wilson authored
Update Engine Version to 5e68565d713cbb89e0d60e4c635cf7a9e4b2b855
-
Andrew Wilson authored
-
Collin Jackson authored
Provide a list of Material design primary and accent color swatches
-
Collin Jackson authored
-
krisgiesing authored
-