calendar_widget 0.1.0
calendar_widget: ^0.1.0 copied to clipboard
A Flutter package for a calendar widget. Shows a scrollable month view and allows for highlighting of days and touch actions.
calendar_widget #
A flutter package for a simple but customizable month view calendar widget.
Getting Started #
For installation information see here
Properties #
| Required | Name | Type | Default Value |
|---|---|---|---|
| No | highlighter | CalendarHighlighter |
no highlighting |
| Yes | width | double |
|
| No | height | double |
calculated based on width |
| No | onTapListener | TapListener |
|
| No | highlightColor | Color |
theme accent color |
Example #
See folder example/ for an example of usage.
