FLUTTER ECOSYSTEM

SimformSolutionsPvtLtd/flutter_calendar_view

Flutter 패키지를 사용하면 캘린더 UI 및 캘린더 이벤트 기능을 쉽게 구현할 수 있습니다. 👌🔝🎉

flutter_calendar_view 프로젝트 이미지
Stars
527
Forks
316
최근 푸시(UTC)
2026. 8. 11.
프로젝트 상태
활성
Simform Solutions GitHub avatar
GITHUB Organization

Simform Solutions ↗

언어DartC++CMakeRubyHTMLSwiftCKotlinObjective-C

기술 주제

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 3 개
  • flutter{"sdk":"flutter"}
  • lints개발 의존성—
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

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.