gamee 0.0.1
gamee: ^0.0.1 copied to clipboard
Wrapper around gameeapp.com. Not functional yet.
example/gamee_example.dart
// Copyright (c) 2016, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
library gamee.example;
import 'package:gamee/gamee.dart';
main() {
var awesome = new Awesome();
print('awesome: ${awesome.isAwesome}');
}