A calendar package for Flutter
new Calendar(
[
new Item(
"Item 1",
"description",
new LatLng(0.0, 0.0),
StartDateTime,
EndDateTime,
Attending.cannotGo
)
],
(Item i) => {render}
new Center(
child: new Text("No results"),
),
title: "hello",
dateFormat: DateFormat.English,
)