mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

We could do something much more sophisticated for deploy in the future. Also add #!mojo:sky_viewer to .sky file demos R=abarth@chromium.org Review URL: https://codereview.chromium.org/885653006
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
#!mojo mojo:sky_viewer
|
|
<sky>
|
|
<import src="flights-app.sky" as="FlightsAppElement"/>
|
|
<style>
|
|
sky {
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<flights-app />
|
|
</sky>
|