kfiross / flutter_holo_date_picker

A Flutter package of datepicker like Holo Theme in Android
MIT License
61 stars 77 forks source link

February for locale TH is small size. #46

Closed SittiphanSittisak closed 2 years ago

SittiphanSittisak commented 2 years ago

https://user-images.githubusercontent.com/59549741/169683168-4638d4a2-524d-469f-ac1b-499ee676d755.mp4

code:

await DatePicker.showSimpleDatePicker(
    context,
    initialDate: DateTime.now(),
    dateFormat: "dd-MMMM-yyyy",
    locale: DateTimePickerLocale.th,
  );

flutter doctor:

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.0, on Microsoft Windows [Version 10.0.19044.1706], locale th-TH)
[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.1.5)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.67.2)
[√] Connected device (3 available)
[√] HTTP Host Availability

• No issues found!
kfiross commented 2 years ago

Hi @SittiphanSittisak , I will check this soon

kfiross commented 2 years ago

@SittiphanSittisak is still this happens in the latest version?

SittiphanSittisak commented 2 years ago

Hi @kfiross , this still happens in flutter_holo_date_picker: ^1.0.6 version.

flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.4, on Microsoft Windows [Version 10.0.19044.1826], locale th-TH)
[√] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.1.5)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.69.2)
[√] Connected device (3 available)
[√] HTTP Host Availability

• No issues found!
SittiphanSittisak commented 1 year ago

fixed