m_calendar 1.0.0 copy "m_calendar: ^1.0.0" to clipboard
m_calendar: ^1.0.0 copied to clipboard

A customizable and lightweight Flutter calendar widget package supporting day and list-based selections with user-defined decorations.

m_calendar #

A customizable and lightweight Flutter calendar widget package for list-based day selections with user-defined decorations.


MCalendar Preview

✨ Features #

  • 📅 Display any month in a responsive calendar layout
  • ✅ Highlight specific days using a simple day list
  • 🎨 Style day cells with custom BoxDecoration and child Widget
  • 🖌️ Add customizable decoration for user-picked dates
  • 📆 Support for both single and range date selection
  • 💼 Built with provider for state management
  • 🧩 Easily embeddable in any Flutter UI

🚀 Getting Started #

Add the package in your pubspec.yaml:

dependencies:
  m_calendar: ^1.0.0
  
---

Then import it in your Dart file:
    import 'package:m_calendar/m_calendar.dart';
8
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and lightweight Flutter calendar widget package supporting day and list-based selections with user-defined decorations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, provider

More

Packages that depend on m_calendar