I am trying to create a heat map calendar using this flutter package -> https://pub.dev/packages/flutter_heatmap_calendar
The main input parameter, datasets, is of type Map<DateTime, int>. How do I transform my data in this type?
I would appreciate any help or direction here. Thank you ๐