[PR #646] [MERGED] feat: add toString function info TextNode and fix example build problem #4256

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/646
Author: @LucasXu0
Created: 7/19/2022
Status: Merged
Merged: 7/20/2022
Merged by: @LucasXu0

Base: feat/flowy_editorHead: feat/flowy_editor


📝 Commits (3)

  • 53cc430 Merge pull request #4 from AppFlowy-IO/feat/flowy_editor
  • 30483e9 chore: fix text_node_widget.dart build error
  • ce953d8 feat: duplicate selectable_text.dart from flutter and modify selection implement

📊 Changes

3 files changed (+924 additions, -229 deletions)

View changed files

frontend/app_flowy/packages/flowy_editor/example/lib/plugin/flowy_selectable_text.dart (+758 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+161 -229)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+5 -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/646 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/20/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `feat/flowy_editor` ← **Head:** `feat/flowy_editor` --- ### 📝 Commits (3) - [`53cc430`](https://github.com/AppFlowy-IO/AppFlowy/commit/53cc430c1a2520753b3c60a8e726190ffd2f9067) Merge pull request #4 from AppFlowy-IO/feat/flowy_editor - [`30483e9`](https://github.com/AppFlowy-IO/AppFlowy/commit/30483e9d1ea16024b930fa17e17bd8a1c37a82ba) chore: fix text_node_widget.dart build error - [`ce953d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/ce953d802acb0d800ff91dd08161d8c616974c74) feat: duplicate selectable_text.dart from flutter and modify selection implement ### 📊 Changes **3 files changed** (+924 additions, -229 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/flowy_selectable_text.dart` (+758 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+161 -229) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+5 -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:37:00 +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#4256
No description provided.