- 17 Mar, 2016 8 commits
-
-
John McCutchan authored
-
Devon Carew authored
-
Devon Carew authored
show failures with the initial pub get
-
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 19 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
-
Devon Carew authored
minor update to flutter daemon
-
Devon Carew authored
-
Adam Barth authored
Let RenderObjectWidgets use inherited properties
-
Adam Barth authored
Update RichText dartdoc
-
Yegor authored
[ios] improve test device naming
-
Yegor Jbanov authored
The new name format is "DEVICE_TYPE_NAME (Flutter)". For example: iPhone 6 (Flutter) iPhone 6s Plus (Flutter) The names are taken from `xcrun simctl list --json devicetypes`. Fixes #2682
-
Adam Barth authored
The old text was misleading because it was written when RichText was an implementation detail of Text. Fixes #2624
-
- 14 Mar, 2016 5 commits
-
-
Adam Barth authored
This prepares us for depending on the LTR/RTL inherited property in RenderObjectWidgets.
-
Yegor authored
[driver] API for getting performance traces
-
yjbanov authored
-
Jason Simmons authored
Example that builds a Flutter Android app using Gradle
-
Hans Muller authored
Updated AppBar.copyWith parameter names
-