flutter_liturgical_calendar 0.0.1 copy "flutter_liturgical_calendar: ^0.0.1" to clipboard
flutter_liturgical_calendar: ^0.0.1 copied to clipboard

A package for calculating the liturgical day given a range of DateTime inputs

flutter_liturgical_calendar #

This package helps you determine the Liturgical day for a given DateTime. This helps map calendar dates to the Liturgical calendar. This package was developed primarily with the 1928 Book of Common Prayer in mind. [1][2]

Usage #

To use this package, import the liturgical_date.dart file and create a LiturgicalDate object with the desired DateTime:

import 'package:flutter_liturgical_calendar/liturgical_date.dart';

void main() {
  var date = LiturgicalDate(DateTime.now());
  print(date.liturgicalDay);
}
1
likes
150
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A package for calculating the liturgical day given a range of DateTime inputs

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_liturgical_calendar