jaguar_common 0.0.1 jaguar_common: ^0.0.1 copied to clipboard
Jaguar stuff common to both server and client. Uses neither dart:io nor dart:html
example/jaguar_common_example.dart
// Copyright (c) 2017, teja. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.
import 'package:jaguar_common/jaguar_common.dart';
main() {
var awesome = new Awesome();
print('awesome: ${awesome.isAwesome}');
}