easter 2.0.0 copy "easter: ^2.0.0" to clipboard
easter: ^2.0.0 copied to clipboard

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(2024);
  print(easter);
}
5
likes
140
pub points
49%
popularity

Publisher

verified publisherhesselholtskov.dk

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

Repository (GitHub)
View/report issues

Topics

#date

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on easter