sym454 0.1.0 copy "sym454: ^0.1.0" to clipboard
sym454: ^0.1.0 copied to clipboard

A library implementing the Symmetry454 calendar.

Sym454 #

Implements the Symmetry454 calendar in Dart.

Features #

  • Multiple leap cycles
    • 52/293 (default) Northward Equinox
    • 69/389 North Solstice
    • 97/400 ISO (compatible with Gregorian)
  • Similar(ish) interface to DateTime

Getting started #

Add dependency in pubspec.yaml:

dependencies:
  sym454: ^0.1.0

Basic usage #

import "packages:sym454/sym454.dart";

void main() {
  Sym454Date date = Sym454Date.fromDateTime(DateTime.now());
  print("${date.dayName()}, ${date.day} ${date.monthName()} ${date.year}");
}
0
likes
125
points
25
downloads

Publisher

verified publishergryffyn.io

Weekly Downloads

A library implementing the Symmetry454 calendar.

Repository

Documentation

API reference

License

MIT (license)

More

Packages that depend on sym454