rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

about cache controll #56

Open kevinblu opened 1 year ago

kevinblu commented 1 year ago

I'm having a problem in cache control. I'm adding a infinite calendar event list, and while I'm scrolling the page, the fps can only reach 42, and in the flutter devTools, it shows it build 18 AutoScrollTag widget, I'd like to know how do you handle with such condition, do you have a cache control strategy.ths