[PR #621] [MERGED] feat: rebuild the widget when node changed. #4245

Closed
opened 2026-03-23 21:36:57 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/621
Author: @LucasXu0
Created: 7/18/2022
Status: Merged
Merged: 7/18/2022
Merged by: @appflowy

Base: feat/flowy_editorHead: feat/flowy_editor


📝 Commits (1)

  • de06188 feat: rebuild the widget when node changed.

📊 Changes

7 files changed (+133 additions, -97 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/assets/document.json (+2 -4)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/main.dart (+23 -43)
frontend/app_flowy/packages/flowy_editor/example/lib/plugin/document_node_widget.dart (+50 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+1 -8)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+33 -41)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/node_widget_builder.dart (+22 -1)
📝 frontend/app_flowy/packages/flowy_editor/pubspec.yaml (+2 -0)

📄 Description

No description provided


🔄 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/621 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/flowy_editor` ← **Head:** `feat/flowy_editor` --- ### 📝 Commits (1) - [`de06188`](https://github.com/AppFlowy-IO/AppFlowy/commit/de06188c5e441f282861358f7e326e80ee8525ca) feat: rebuild the widget when node changed. ### 📊 Changes **7 files changed** (+133 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/assets/document.json` (+2 -4) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/main.dart` (+23 -43) ➕ `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/document_node_widget.dart` (+50 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+1 -8) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+33 -41) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/node_widget_builder.dart` (+22 -1) 📝 `frontend/app_flowy/packages/flowy_editor/pubspec.yaml` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:57 +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#4245
No description provided.