zenled / calendar_views

Collection of customisable calendar related widgets for Flutter.
https://pub.dartlang.org/packages/calendar_views
MIT License
102 stars 49 forks source link

is there a way to populate the 5-day calendar view using a FutureBuilder() #15

Open bcycgcg opened 5 years ago

bcycgcg commented 5 years ago

my calendar data is sitting in a sqlite database and as you know in dart, it runs async. i am trying to use your calendar wrapped with a FutureBuilder().

is there a way to do it with your calendar?

bcycgcg commented 4 years ago

i figured it out. thanks for your calendar. it looks great now