- 23 Mar, 2016 7 commits
-
-
Ian Hickson authored
CustomPaint documentation
-
Ian Hickson authored
prettier IconData toString
-
Ian Hickson authored
Port to crypto 0.9.2
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
...followed all the way back to ImageCache, ImageInfo, ImageProvider, and friends.
-
Ian Hickson authored
Rationalise the overflow render boxes
-
- 22 Mar, 2016 13 commits
-
-
Hans Muller authored
Fixed VirtualViewport child key assignment
-
Hans Muller authored
-
Hixie authored
New RenderAligningShiftedBox abstract class for render boxes with "alignment", which as of now is: - RenderPositionedBox - RenderConstrainedOverflowBox (ex RenderOverflowBox) - RenderSizedOverflowBox - RenderFractionallySizedOverflowBox (ex RenderFractionallySizedBox) (The respective widgets are Align, OverflowBox, SizedOverflowBox, and FractionallySizedBox. They haven't been renamed.) Also I added some toString details.
-
Devon Carew authored
change how we calculate the temp dir
-
Devon Carew authored
-
Ian Hickson authored
Fix RenderFractionallySizedBox's constraints logic
-
Hixie authored
Fixes https://github.com/flutter/flutter/issues/2735
-
Jason Simmons authored
Provide APIs for exchanging messages with the host application
-
Jason Simmons authored
Update the engine
-
Hans Muller authored
Fix Fast Fling Failure
-
Jason Simmons authored
-
Hans Muller authored
-
Chinmay Garde authored
Use the artifacts store for iOS assets
-
- 21 Mar, 2016 20 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
Update engine.version to get the ApplicationMessages interface
-
Chinmay Garde authored
-
Jason Simmons authored
-
Chinmay Garde authored
Dont differentiate between ios_arm and ios_x64 in flutter_tools
-
Chinmay Garde authored
All artifacts for iOS are universal.
-
Devon Carew authored
don't wait for the observatory if the app didn't start
-
Chinmay Garde authored
Bump engine revision and ensure the Xcode project setup expects assets at the archive root.
-
Phil Quitslund authored
Remove `analyze` tear-off regexp.
-
Chinmay Garde authored
-
Adam Barth authored
Scrollable sometimes pushes frames forever
-
Andrew Wilson authored
Update engine.version
-
Hans Muller authored
Fix _LazyWidgetProvider indexing, move Ali Connors
-
Adam Barth authored
We were setting a negative velocity tolerance, which never triggered because we assume tolerances are positive numbers. Now we use a positive tolerance and assert to catch this case in the future. Fixes #2765
-
Hans Muller authored
-
Adam Barth authored
Allow customizing of Switch thumbs
-
Andrew Wilson authored
-
pq authored
In the spirit of https://github.com/flutter/flutter/issues/1220, remove the tear-off regexp in favor of in-line suppressions (if needed).
-
Adam Barth authored
Fixes #2621
-
Hans Muller authored
Flexible AppBar with a TabBar
-