[PR #1690] [MERGED] chore: add calendar_view package #4895

Closed
opened 2026-03-23 22:16:18 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1690
Author: @richardshiue
Created: 1/9/2023
Status: Merged
Merged: 1/13/2023
Merged by: @appflowy

Base: mainHead: feat-calendar-view-2


📝 Commits (4)

  • 1b03643 chore: add calendar_view package
  • 7a78a4a chore: improve calendar navigator
  • af0eb31 style: improve readability
  • cd50f83 chore: localization and moving constants

📊 Changes

7 files changed (+215 additions, -27 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+8 -2)
📝 frontend/app_flowy/lib/plugins/calendar/calendar.dart (+3 -25)
frontend/app_flowy/lib/plugins/calendar/presentation/calendar_page.dart (+162 -0)
frontend/app_flowy/lib/plugins/calendar/presentation/layout/sizes.dart (+11 -0)
frontend/app_flowy/lib/plugins/calendar/presentation/toolbar/calendar_toolbar.dart (+23 -0)
📝 frontend/app_flowy/pubspec.lock (+7 -0)
📝 frontend/app_flowy/pubspec.yaml (+1 -0)

📄 Description

Adds the calendar_view package and use it in the calendar plugin. Does not support displaying events yet.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Passes existing tests

Checklist:

  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1690 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/13/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat-calendar-view-2` --- ### 📝 Commits (4) - [`1b03643`](https://github.com/AppFlowy-IO/AppFlowy/commit/1b03643f5c2de92bd3876065bf9d47b068d2aae8) chore: add calendar_view package - [`7a78a4a`](https://github.com/AppFlowy-IO/AppFlowy/commit/7a78a4ac3b7c1ddaac94bb4d426e07248b7ad4fa) chore: improve calendar navigator - [`af0eb31`](https://github.com/AppFlowy-IO/AppFlowy/commit/af0eb313f4d221c70f0fe0049b59255396496e80) style: improve readability - [`cd50f83`](https://github.com/AppFlowy-IO/AppFlowy/commit/cd50f83ec5a85e9acac036bf64825b89618f2617) chore: localization and moving constants ### 📊 Changes **7 files changed** (+215 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+8 -2) 📝 `frontend/app_flowy/lib/plugins/calendar/calendar.dart` (+3 -25) ➕ `frontend/app_flowy/lib/plugins/calendar/presentation/calendar_page.dart` (+162 -0) ➕ `frontend/app_flowy/lib/plugins/calendar/presentation/layout/sizes.dart` (+11 -0) ➕ `frontend/app_flowy/lib/plugins/calendar/presentation/toolbar/calendar_toolbar.dart` (+23 -0) 📝 `frontend/app_flowy/pubspec.lock` (+7 -0) 📝 `frontend/app_flowy/pubspec.yaml` (+1 -0) </details> ### 📄 Description Adds the [calendar_view](https://pub.dev/packages/calendar_view) package and use it in the calendar plugin. Does not support displaying events yet. ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - [x] Passes existing tests ## Checklist: - [x] I have performed a self-review of my own code - [x] I have commented on my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:18 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4895
No description provided.