Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Years of the calendar are not showing with flutter version 3.10 (stable) #114

Open
SubhadipAtWork opened this issue May 18, 2023 · 1 comment

Comments

@SubhadipAtWork
Copy link

I am using survey_kit package to add date in one of the question using the given code.

        QuestionStep(
          title: 'Select Survey Date',     
          answerFormat: DateAnswerFormat(
            minDate: DateTime.utc(1970),
            defaultDate: DateTime.now(),
            maxDate: DateTime.now(),
          ),
        ), 

I am getting output like this

date1

But when I click on the years to change, it is showing like this. (see the years are not shown, only current year is there, all are white)

date2

But interestingly, if I click on the white space, a year appears (e.g. 2016).It means the years are there, but the they are not being shown, Instead of that whitish colour is shown.

date3

NOTE: With flutter version 3.7, the years are shown perfectly.

flutter1

My flutter version is 3.10. (which is flutter latest stable version). Still the years are not shown.

@Numoy
Copy link
Member

Numoy commented Jul 17, 2023

I updated the dependencies to the latest version. The issue does not occur anymore on my side. Can you please check again? (Use the main channeler here on Github)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants