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

Dart 1 only

The hud (Head Up Display) package provides realtime data display components.

example/hud.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 hud.example;

import 'package:hud/hud.dart';

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

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

The hud (Head Up Display) package provides realtime data display components.

Homepage

License

MIT (license)

More

Packages that depend on hud