Skip to content

theobouwman/flutter_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages