easter 2.0.1 copy "easter: ^2.0.1" to clipboard
easter: ^2.0.1 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);
}
copied to clipboard
5
likes
160
points
723
downloads

Publisher

verified publisherhesselholtskov.dk

Weekly Downloads

2024.09.13 - 2025.03.28

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

Repository (GitHub)

Topics

#date

Documentation

API reference

License

MIT (license)

More

Packages that depend on easter