You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
responsiveness issues with different devices. If height of calendar is calculated through device height it works for higher DPI but not for lower dPI devices. Which can be difficult to adjust height based on DPI's as well.
Version of flutter_calendar_carousel
flutter_calendar_carousel: ^2.4.4
flutter doctor result (run flutter doctor in terminal)
Latest to 25 Oct 2024
Steps to reproduce the behaviour
Just use the example given in library and wrap it inside column, make it expanded and add another widget make it expanded also.
The text was updated successfully, but these errors were encountered:
responsiveness issues with different devices. If height of calendar is calculated through device height it works for higher DPI but not for lower dPI devices. Which can be difficult to adjust height based on DPI's as well.
Version of flutter_calendar_carousel
flutter_calendar_carousel: ^2.4.4
flutter doctor result (run flutter doctor in terminal)
Latest to 25 Oct 2024
Steps to reproduce the behaviour
Just use the example given in library and wrap it inside column, make it expanded and add another widget make it expanded also.
The text was updated successfully, but these errors were encountered: