tibetan_calendar 0.0.4 copy "tibetan_calendar: ^0.0.4" to clipboard
tibetan_calendar: ^0.0.4 copied to clipboard

outdated

Tibetan Calender package provide easy way to get tibetan date and year base on western date. For more you can refer documentaion

tibetan_calendar #

Tibetan Calendar

Getting Started #

Lunar calendar library for Dart Native. Computing lunar calendar by timezone.

Image Image
Tibetan Calendar Western Calendar

Using #

Import the library:

import 'package:tibetan_calendar/tibetan_calendar.dart';


Convert calendar from from western calendar to tibetan calendar.
For example:
var now = DateTime.now();
tibDate = TibetanCalendar.getTibetanDate(DateTime(now.year, now.month, now.day));
print(tibDate.year);  // 2148
print(tibDate.month); // 4
print(tibDate.day);   // 25
2
likes
0
pub points
55%
popularity

Publisher

verified publisherkharagedition.com

Tibetan Calender package provide easy way to get tibetan date and year base on western date. For more you can refer documentaion

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on tibetan_calendar