easter 1.0.0+1 copy "easter: ^1.0.0+1" to clipboard
easter: ^1.0.0+1 copied to clipboard

outdated

A small Dart package that calculates the date of Easter from 1583 to 4099.

example/easter_example.dart

import 'package:easter/easter.dart';

void main() {
  var easter = getEaster(2019);
  print(easter);
}
5
likes
0
pub points
45%
popularity

Publisher

verified publisherhesselholtskov.dk

A small Dart package that calculates the date of Easter from 1583 to 4099.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on easter