简体   繁体   中英

Flutter create vertical calendar

I am trying to create a list of months, and their days Like this , using a vertical pageview wont do, because the months don't all have the same size, and a listview does not let me set a default position easily. Is there a good way to approach this that I am not thinking of?

So I found https://pub.dev/packages/indexed_list_view which lets me do exactly what I want to, scroll in any direction, and jump to a location:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM