material_calendar 0.0.9 copy "material_calendar: ^0.0.9" to clipboard
material_calendar: ^0.0.9 copied to clipboard

Power up your Flutter app with a sleek and intuitive Material calendar experience.

Your clean and simple calendar companion #

Enhance your calendar experience with Flutter Calendar Widget, a convenient plugin designed to enhance your calendar experience.

flutter_calendar_plugin

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.9
import 'package:material_calendar/widgets/calendar_widget.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 value 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 saad@we-over-i.com or saadjavaidalvi@gmail.com

Have Fun!

9
likes
120
pub points
52%
popularity

Publisher

unverified uploader

Power up your Flutter app with a sleek and intuitive Material calendar experience.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dartx, flutter, intl

More

Packages that depend on material_calendar