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

This plugin allows to pick date with lunar calendar, solar calendar and can convert from solar date to lunar date.

Date Picker Lunar Calendar #

This plugin allows to pick date with lunar calendar, solar calendar and can convert from solar date to lunar date.

How to Use #

Pick DateTime:

import 'package:base_image/base_image.dart';

DateTime? dateResponse = await DatePickerLunarCalendar().selectDate(context,initDate: dateSelected,endDate: DateTime.now(),beginDate: DateTime(2024,12,01));

Convert solar date to lunar date:

import 'package:base_image/base_image.dart';


DatePickerLunarCalendar().convertSolarToLunar(dateSelected!)
0
likes
0
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin allows to pick date with lunar calendar, solar calendar and can convert from solar date to lunar date.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, lunar_calendar_converter_new, plugin_platform_interface

More

Packages that depend on date_picker_lunar_calendar

Packages that implement date_picker_lunar_calendar