catholic_liturgy

Creator: coderz1093

Last updated:

0 purchases

catholic_liturgy Image
catholic_liturgy Images

Languages

Categories

Add to Cart

Description:

catholic liturgy

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);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.