catholic_liturgy 0.0.16 copy "catholic_liturgy: ^0.0.16" to clipboard
catholic_liturgy: ^0.0.16 copied to clipboard

A package to calculate the Catholic Liturgy for every date and obtain liturgy description in multiple languages.

A Dart package to calculate catholic liturgy

Features #

  • Calculate liturgy
  • Provide liturgy descriptions in english and italian

Getting started #

To use this plugin, add catholic_liturgy as a dependency in your pubspec.yaml file.

Usage #

import 'package:catholic_liturgy/catholic_liturgy.dart';
final liturgyModel = liturgy(date, isEpiphanyOn6thJan); //In anglophone country, Epiphany is usually not on 6th January, but on a Sunday, so the flag isEpiphanyOn6thJan should be false
initializeLanguage(LiturgyLanguage.it);
final liturgyDescription = liturgyDescriptions(liturgyModel, LiturgyLanguage.it);
1
likes
120
pub points
50%
popularity

Publisher

unverified uploader

A package to calculate the Catholic Liturgy for every date and obtain liturgy description in multiple languages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

enum_to_string, flutter, intl

More

Packages that depend on catholic_liturgy