/flutter_calendar

Calendar package

Primary LanguageDartOtherNOASSERTION

Calendar package for Flutter

A calendar package forFlutter

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