flutter_liturgical_calendar

Last updated:

0 purchases

flutter_liturgical_calendar Image
flutter_liturgical_calendar Images
Add to Cart

Description:

flutter liturgical calendar

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);
}
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.