Open bubnenkoff opened 2 years ago
Did you solve that issue? If so, could you explain me how? please.
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: @.***>
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.
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: