sahand_datepicker_plugin 0.0.8 copy "sahand_datepicker_plugin: ^0.0.8" to clipboard
sahand_datepicker_plugin: ^0.0.8 copied to clipboard

Sahand Date Picker

SahandDatePickerFlutter #

A jalali date picker for flutter

Usage #

SahandDatePicker.pickDate(context , year: 1380,month: 1,fontSize: 12,extraHeight: 0).then((picked) {
              setState(() {
                pickedDate = picked;
              });
            });