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

How to display calendar in modal window? #1

Open
bubnenkoff opened this issue Jun 14, 2022 · 3 comments
Open

How to display calendar in modal window? #1

bubnenkoff opened this issue Jun 14, 2022 · 3 comments

Comments

@bubnenkoff
Copy link

Hi! How to display calendar as modal window? On mobile it's look good, but on flutter for web it's take all screen size:
изображение

@DiegoVega19
Copy link

Did you solve that issue?
If so, could you explain me how? please.

@El-Mazouzi
Copy link
Owner

El-Mazouzi commented Jul 14, 2022 via email

@siman302
Copy link

Go to pub core location, custom_date_range_picker
Go to the lib/custom_calendar.dart file.
Find getDaysNoUI function widget, then change 'aspectRatio: 1' to 'aspectRatio: 16.0 / 7.5,'

fixed.

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

4 participants