Adam Barth
a4a783b64f
Add support for pointer hover ( #6884 )
2016-11-15 21:13:37 -08:00
Jason Simmons
617fa8c3a9
Engine roll with updates to the ParagraphBuilder constructor ( #6528 )
2016-10-25 12:20:02 -07:00
Adam Barth
c9eda86b0e
Switch to PointerData API ( #6131 )
...
Now dart:ui does the decoding of the pointer data itself, which means we don't
need to do it in the framework.
2016-09-29 21:25:20 -07:00
James Robinson
a95c9fdb58
Isolate imports of generated Dart code from generated path ( #5960 )
...
This rewrites imports of various mojom.dart files from the Flutter
engine repo to instead import normal-looking dart files from the
(new) flutter_services package. This package handles exporting the
correct symbols from generated code wherever that may live.
Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
which contains the new flutter_services package.
2016-09-21 14:00:29 -07:00
Adam Barth
179ea4a0a6
Update framework to account from engine API changes ( #5887 )
...
The engine now reports coordinates in physical pixels.
2016-09-15 13:13:42 -07:00
Adam Barth
5497ba182f
Update engine ( #3637 )
...
Turns out there were more clients of the old paragraph API than I expected.
This patch migrates them to the new API.
2016-04-29 11:19:35 -07:00
Adam Barth
c9d3217c3b
Use Canvas#drawParagraph
...
We'll eventually remove Paragraph#paint.
Fixes #2694
2016-03-17 13:45:35 -07:00
Hixie
a16f07d945
Drop the argument to SceneBuilder's constructor
2016-03-08 14:17:01 -08:00
Adam Barth
245c5ae2b8
Remove the one use of DrawLooper
...
We're going to remove DrawLooper from the canvas API soon.
2016-03-03 17:32:34 -08:00
Adam Barth
1ab3d3a71c
Add a raw hello_world that shows "Hello, world"
...
Previously, hello_world.dart was an interactive circle. I've moved that
to touch_input.dart. We should eventually harmonize the touch input
examples at all the layers.
2016-02-13 16:51:00 -08:00
Adam Barth
025c43de1c
Adds documentation to the layering examples
2016-02-13 16:14:42 -08:00
Adam Barth
948ae15ca5
Clean up the standalone examples
...
Our examples have been growing organically over time. This patch cleans
them up to illustrate specific aspects of Flutter.
2016-02-13 11:00:58 -08:00