El-Mazouzi / custom_date_range_picker

MIT License
14 stars 32 forks source link

How to display calendar in modal window? #1

Open bubnenkoff opened 2 years ago

bubnenkoff commented 2 years ago

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 commented 2 years ago

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

El-Mazouzi commented 2 years ago

Hi Not yet. but i will soon.

On Thu, 14 Jul 2022, 19:01 DiegoVega19, @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/El-Mazouzi/custom_date_range_picker/issues/1#issuecomment-1184743505, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQR335DHNUSIWG4IXYSQZTVUBIYPANCNFSM5YXWS7MQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

siman302 commented 1 year ago

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.