material_calendar 0.0.1 material_calendar: ^0.0.1 copied to clipboard
A Flutter package for calendar widget.
Your clean and simple calendar companion #
Enhance your calendar experience with Flutter Calendar Widget, a convenient plugin designed to enhance your calendar experience.
Features #
You can use the calendar for either selecting a month or a single day in the most clean way possible. ✨
Getting started #
Import the plugin and call the CalendarWidget
and you are good to go... 🎉
# add this line to your dependencies
material_calendar: ^0.0.1
import 'package:material_calendar/widgets/material_calendar.dart';
Usage #
As simple as using a Container widget just call the CalendarWidget
.
Although initialDateTime
is required to show the inital calendar month.
CalendarWidget(
initalDateTime: DateTime.now(),
onTap: (DateTime dateTime) {}, // Optional
)
Parameter | Description |
---|---|
initalDateTime | is the initial DateTime calue required by the calendar to show that month |
selectedDate | Any day to be selected at the start, default would be the current day selected |
startLimit | is the start Limit Date for the calendar |
endLimit | The end limit Date for the calendar |
onTap | This will return DateTime instance on tap of the perticular day |
Additional information #
Incase of any issues or assistance please reach out on Work Email or Personal Email