flutter/examples/input/index.sky
Adam Barth 0f99e272d8 Move material Input component into sky/framework
The implementation details are in sky/framework/editing.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/983213005
2015-03-10 15:03:10 -07:00

11 lines
167 B
Plaintext

#!mojo mojo:sky_viewer
<sky>
<import src="/sky/framework/debug/shake-to-reload.sky" />
<script>
import 'input_app.dart';
main() {
new InputApp();
}
</script>
</sky>