Open Shaukatali-Webelight opened 2 months ago
This is my code :
firstDate: DateTime(DateTime.now().year - AppConst.k36.toInt()), lastDate: DateTime(DateTime.now().year - AppConst.k15.toInt()), initialDate: DateTime(DateTime.now().year - AppConst.k16.toInt()), dateFormat: AppStrings.dateFormat, onChange: onChange, looping: true, pickerTheme: DateTimePickerTheme( itemHeight: AppConst.k30, backgroundColor: AppColors.transparent, itemTextStyle: AppStyles.getMediumStyle(fontSize: AppConst.k20), dividerColor: AppColors.transparent, ), ),
As per the code my last date year is 2009 so when i select it i get this issue of Jan 01 which keeps scrolling
https://github.com/user-attachments/assets/c754bfc1-55b7-4e5f-8ff1-2c9b39b4fe06
Jan 01 2009
This is my code :
As per the code my last date year is 2009 so when i select it i get this issue of Jan 01 which keeps scrolling
https://github.com/user-attachments/assets/c754bfc1-55b7-4e5f-8ff1-2c9b39b4fe06
Jan 01 2009
, is it something from package side?