Make stocks-fn match the style for the Sky SDK

1) Add a pubspec.yaml.
2) Move all the code into a 'lib' directory.
3) Move the stock widgets out of the app's library.

TBR=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1011023003
This commit is contained in:
Adam Barth
2015-03-17 15:08:53 -07:00
parent d4f28b311e
commit df9d48ac83
10 changed files with 67 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
name: sky
author: Chromium Authors <sky-dev@googlegroups.com>
description: Dart files to support executing inside Sky.
homepage: https://github.com/domokit/mojo/sky
homepage: https://github.com/domokit/mojo/tree/master/sky
version: 0.0.1
dependencies:
mojo: '>=0.0.1 <1.0.0'