I want to create a calendar interface with Flutter, but I can't figure out a way to make a ListView.builder that is infinite and can scroll both up (to previous dates) and down (to forward dates).
You can see it in the Google calendar app where you start it and you can scroll up and down through the calendar, with the starting point being the current date.