commit | 3d88169477fc0b43125da1e6ebb38368913428ab | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Thu Aug 27 19:28:30 2015 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Thu Aug 27 19:28:30 2015 -0700 |
tree | 2781523dd0c9b78a28d1f123a8c21289a734164d | |
parent | 459909945fb402ba6b8756a47c932b97b618eba3 [diff] |
croupier: Add SyncbaseEcho Modified the Makefile and Croupier organization slightly to add a new 'game' called SyncbaseEcho. SyncbaseEcho and SyncbaseEchoImpl essentially do what the original Sky example in roadmap/mojo/syncbase does. Note: These had to be split up, or else make test wouldn't work anymore. Some of the embedder code won't run in a stand-alone VM. To run with mojo_shell use `make start-with-mojo` instead of the usual `make start` or `make install`. It also doesn't run on Android at the moment. Improved the Makefile too, by making things PHONY-er. Change-Id: I7e7a3d921e02b587b1d7047633fbcc84b1094892
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