Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 519 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 519 Bytes

Calendar package for Flutter

A calendar package for Flutter

Getting Started

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,
)

Showcase