util 0.0.1 copy "util: ^0.0.1" to clipboard
util: ^0.0.1 copied to clipboard

Dart 1 only

A starting point for Dart libraries or applications.

example/util.dart

// Copyright (c) 2015, <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 util.example;

import 'package:util/util.dart';

main() {
  var awesome = new Awesome();
  print('awesome: ${awesome.isAwesome}');
}
0
likes
35
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A starting point for Dart libraries or applications.

Homepage

License

BSD-3-Clause (license)

More

Packages that depend on util