flutter_lunar_datetime_picker 1.0.5 copy "flutter_lunar_datetime_picker: ^1.0.5" to clipboard
flutter_lunar_datetime_picker: ^1.0.5 copied to clipboard

A Flutter Lunar Datetime Picker ! You can dynamically switch the selection of the lunar calendar and lunar calendar.

Flutter 农历日期选择器 #

阳历显示 阴历显示

引用 #

flutter_lunar_datetime_picker: ^last_version

使用 #

DatePicker.showDatePicker(
            context,
            lunarPicker: false,
            dateInitTime: DateInitTime(
                currentTime: DateTime.now(),
                maxTime: DateTime(2026, 12, 12),
                minTime: DateTime(2018, 3, 4)),
            onConfirm: (time) {
              debugPrint(time.toString());
            },
            onChanged: (time) {
              debugPrint("change:${time.toString()}");
            },
          );

感谢 #

4
likes
130
pub points
60%
popularity

Publisher

verified publisherloquatz.cn

A Flutter Lunar Datetime Picker ! You can dynamically switch the selection of the lunar calendar and lunar calendar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, lunar

More

Packages that depend on flutter_lunar_datetime_picker