internet_beats 0.0.2 copy "internet_beats: ^0.0.2" to clipboard
internet_beats: ^0.0.2 copied to clipboard

Dart 1 only

A Dart library for creating and managing time in Internet Beats.

internet_beats #

A library for Dart developers to generate and manage instances of Internet Time in the form of Internet Beats.

Usage #

A simple usage example:

import 'package:internet_beats/internet_beats.dart';

main() {
  InternetBeatsTime theTime = new InternetBeatsTime();

  print("Here, the time is ${theTime.asLocalTime()}");
  print("Everywhere, the time is ${theTime.asInternetBeatsTimeString()} " +
        "or more precisely: ${theTime.preciseInternetBeatsTime()}");
}

Features and bugs #

Please e-mail feature requests and bugs to Morgan Sandquist.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Dart library for creating and managing time in Internet Beats.

Homepage

License

BSD-2-Clause (LICENSE)

More

Packages that depend on internet_beats