Home
Softono
flutter_calendar_view

flutter_calendar_view

Open source MIT Dart
520
Stars
315
Forks
27
Issues
6
Watchers
1 week
Last Commit

About flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. πŸ‘ŒπŸ”πŸŽ‰

Platforms

Web Self-hosted iOS Android

Languages

Dart

Calendar View

Calendar View

calendar_view license

A Flutter package that allows you to easily implement all calendar UI and calendar event functionality in your application.

Check out other amazing open-source Flutter libraries and Awesome Mobile Libraries developed by Simform Solutions!

⚠ Note

All 2.x.x releases may include breaking changes. To avoid unexpected issues, do not use the caret (^) when depending on any versions of 2.x.x Instead, pin the exact version.

Example:

dependencies:
  calendar_view: 2.0.0

Preview

Preview

Features

  • Multiple calendar view options:
    • Month View
    • Day View
    • Week View
  • Highly customisable UI components
  • Manage events (add, remove, update)
  • Manage reminders (add, remove, update)
  • Manage full-day events (add, remove, update)
  • Show working days in week view and day views
  • Sync event data between multiple views

Documentation

Visit our documentation site for all implementation details, usage instructions, code examples, and advanced features.

Installation

  1. Add dependency to your pubspec.yaml:
dependencies:
  calendar_view: <latest-version>

Support

For questions, issues, or feature requests, create an issue on GitHub or reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions. To contribute documentation updates specifically, please make changes to the doc/documentation.md file and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.