TBR Update Croupier

* Fixes a bug where Sky changed StatefulComponent's location.
* Forces checked mode.
* Includes pass and take phases to the UI.
* Uses the syncbase game log idea (in a simplistic way).
* For use in make test and make start, a mock implementation of the store is used.
  This allows testing with pub, but also requires use of `make mock` and `make unmock`.
  This is very hacky.

Bug found in sky with drag and drop, so I have disabled Transform for now.

Change-Id: I3f4c7dac3b66ba85f3e4c61c9334a75d66e6e252
10 files changed
tree: 7486542ff9f0825d2512d5a3117460fba9ca1e99
  1. lib/
  2. test/
  3. .gitignore
  4. Makefile
  5. mojoconfig
  6. pubspec.yaml
  7. README.md
README.md

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