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!
- 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
Visit our documentation site for all implementation details, usage instructions, code examples, and advanced features.
- Add dependency to your
pubspec.yaml
:
dependencies:
calendar_view: <latest-version>
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.
This project is licensed under the MIT License - see the LICENSE file for details.