FriesI23 / simple_heatmap_calendar

💪📊 An easy-to-use and powerful heatmap chart package for Flutter!
https://pub.dev/packages/simple_heatmap_calendar
MIT License
12 stars 4 forks source link

How to set the initial scroll position as the current date? #8

Open muezz opened 6 months ago

muezz commented 6 months ago

If the calendar's start and end dates are 1st Jan and 31st Dec, the initial position is at the end i.e. the calendar is scrolled to the extreme right. How can I make it have an initial scroll position of the current date (or any arbitrary date)?

FriesI23 commented 5 months ago

Thank you for your feedback first! Currently, scrolling to date is not supported yet. I will consider adding this feature in future version. A temporary workaround is to control it by pass in a ScrollController externally.