commit | 3c130e6735e1bc5622501aaef5bc71b9798a1374 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Thu Aug 20 17:26:04 2015 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Fri Aug 21 11:27:08 2015 -0700 |
tree | e8ae239bb7a0ee14830f25709b529c8433760098 | |
parent | eb6d264fd2d4df4c98cb937b532e272e3985aa6c [diff] |
This is my first version of cards. I can drag and drop them around the screen. Issues: - Flex instead of Stack + Positioned means that I can't have cards overlap. - tons of commented out code and debug strings/info. - Stack + Positioned errors when I use it. Constraints are violated? I need to investigate the latter two issues so that I can send bug reports. At the same time, this may involve deleting the extra commented out code.
This is the basic Getting Started with Sky + some Widgets.
To run this, just do ./packages/sky/sky_tool start
when your phone is connected. Add --install to the end if this is the first run.
You may also want to debug any problems. Use dartanalyzer. dartanalyzer lib/main.dart