[PR #611] [MERGED] feat: Add node validator and update op methods #4237

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

📋 Pull Request Information

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

Base: feat/flowy_editorHead: feat/flowy_editor


📝 Commits (3)

  • 6eb347a feat: Add node validator and update op methods
  • 1039c55 fix: rebuilding node widgets when the subtype changes
  • 4d6bd2b Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor

📊 Changes

8 files changed (+129 additions, -103 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/main.dart (+32 -18)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+4 -10)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+36 -46)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+28 -19)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart (+14 -7)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/node_widget_builder.dart (+13 -1)
📝 frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart (+1 -1)

📄 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/611 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/14/2022 **Status:** ✅ Merged **Merged:** 7/17/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/flowy_editor` ← **Head:** `feat/flowy_editor` --- ### 📝 Commits (3) - [`6eb347a`](https://github.com/AppFlowy-IO/AppFlowy/commit/6eb347a096077119bed5438bb70a9dfcc999f81b) feat: Add node validator and update op methods - [`1039c55`](https://github.com/AppFlowy-IO/AppFlowy/commit/1039c5517fd02fa0aec6426af30dc0501b384c86) fix: rebuilding node widgets when the subtype changes - [`4d6bd2b`](https://github.com/AppFlowy-IO/AppFlowy/commit/4d6bd2b77e68af43642028722e8f6988d7b65c4f) Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor ### 📊 Changes **8 files changed** (+129 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/main.dart` (+32 -18) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+4 -10) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+36 -46) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+28 -19) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart` (+14 -7) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/node_widget_builder.dart` (+13 -1) 📝 `frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart` (+1 -1) </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:55 +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#4237
No description provided.