[PR #1740] [MERGED] Refactor/dart notification #4925

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1740
Author: @appflowy
Created: 1/26/2023
Status: Merged
Merged: 1/26/2023
Merged by: @appflowy

Base: mainHead: refactor/dart_notification


📝 Commits (4)

  • 962f780 refactor: notification send
  • fc46380 refactor: rename dart-notify to flowy-notification
  • 3452421 ci: fix clippy wanrings
  • c95feed ci: fix rust code converage

📊 Changes

80 files changed (+269 additions, -231 deletions)

View changed files

📝 frontend/.vscode/tasks.json (+2 -2)
📝 frontend/app_flowy/lib/core/folder_notification.dart (+2 -2)
📝 frontend/app_flowy/lib/core/grid_notification.dart (+2 -2)
📝 frontend/app_flowy/lib/core/notification_helper.dart (+1 -1)
📝 frontend/app_flowy/lib/core/user_notification.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/board_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/group_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/filter_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/row/row_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/setting/setting_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/sort/sort_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/view/grid_view_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/trash/application/trash_listener.dart (+2 -2)
📝 frontend/app_flowy/lib/user/application/user_listener.dart (+3 -3)
📝 frontend/app_flowy/lib/workspace/application/app/app_listener.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/view/view_listener.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/workspace/workspace_listener.dart (+1 -1)

...and 60 more files

📄 Description

  1. Support send notification in flutter/Tauri
  2. Fix potential notification lost in Flutter cause by the overriding port

🔄 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/1740 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/26/2023 **Status:** ✅ Merged **Merged:** 1/26/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `refactor/dart_notification` --- ### 📝 Commits (4) - [`962f780`](https://github.com/AppFlowy-IO/AppFlowy/commit/962f780a5f5283a8c8dfb1f6e3500fff93100712) refactor: notification send - [`fc46380`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc46380e290b06eed7acd5b6319e71632fe4f4a0) refactor: rename dart-notify to flowy-notification - [`3452421`](https://github.com/AppFlowy-IO/AppFlowy/commit/345242162b2c989a154ff16b1909b2cafb71fbbb) ci: fix clippy wanrings - [`c95feed`](https://github.com/AppFlowy-IO/AppFlowy/commit/c95feedf078519ed71a404c6a8394069684fba14) ci: fix rust code converage ### 📊 Changes **80 files changed** (+269 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.vscode/tasks.json` (+2 -2) 📝 `frontend/app_flowy/lib/core/folder_notification.dart` (+2 -2) 📝 `frontend/app_flowy/lib/core/grid_notification.dart` (+2 -2) 📝 `frontend/app_flowy/lib/core/notification_helper.dart` (+1 -1) 📝 `frontend/app_flowy/lib/core/user_notification.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/board_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/group_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/filter_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/row/row_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/setting/setting_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/sort/sort_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/view/grid_view_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/trash/application/trash_listener.dart` (+2 -2) 📝 `frontend/app_flowy/lib/user/application/user_listener.dart` (+3 -3) 📝 `frontend/app_flowy/lib/workspace/application/app/app_listener.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/view/view_listener.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/workspace/workspace_listener.dart` (+1 -1) _...and 60 more files_ </details> ### 📄 Description 1. Support send notification in flutter/Tauri 2. Fix potential notification lost in Flutter cause by the overriding port --- <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:26 +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#4925
No description provided.