[PR #603] [MERGED] feat: add flowy_editor package #4227

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

📋 Pull Request Information

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

Base: feat/flowy_editorHead: feat/flowy_editor


📝 Commits (1)

  • 76999c6 feat: add flowy_editor package

📊 Changes

24 files changed (+407 additions, -83 deletions)

View changed files

frontend/app_flowy/packages/flowy_editor/.gitignore (+30 -0)
frontend/app_flowy/packages/flowy_editor/.metadata (+10 -0)
frontend/app_flowy/packages/flowy_editor/CHANGELOG.md (+3 -0)
frontend/app_flowy/packages/flowy_editor/LICENSE (+1 -0)
frontend/app_flowy/packages/flowy_editor/README.md (+39 -0)
frontend/app_flowy/packages/flowy_editor/analysis_options.yaml (+4 -0)
frontend/app_flowy/packages/flowy_editor/assets/document.json (+46 -0)
frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+55 -0)
frontend/app_flowy/packages/flowy_editor/lib/document/path.dart (+1 -0)
frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart (+15 -0)
frontend/app_flowy/packages/flowy_editor/lib/flowy_editor.dart (+9 -0)
frontend/app_flowy/packages/flowy_editor/pubspec.yaml (+55 -0)
frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart (+18 -0)
📝 frontend/app_flowy/packages/flowy_infra/pubspec.lock (+8 -8)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.cc (+2 -2)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugins.cmake (+8 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/pubspec.lock (+15 -8)
📝 frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugins.cmake (+8 -0)
📝 frontend/app_flowy/packages/flowy_infra_ui/flowy_infra_ui_platform_interface/pubspec.lock (+19 -19)
📝 frontend/app_flowy/packages/flowy_infra_ui/flowy_infra_ui_web/pubspec.lock (+20 -20)

...and 4 more files

📄 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/603 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/11/2022 **Status:** ✅ Merged **Merged:** 7/11/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/flowy_editor` ← **Head:** `feat/flowy_editor` --- ### 📝 Commits (1) - [`76999c6`](https://github.com/AppFlowy-IO/AppFlowy/commit/76999c6a463986920bdb34f79dd1d100243f7bc0) feat: add flowy_editor package ### 📊 Changes **24 files changed** (+407 additions, -83 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/packages/flowy_editor/.gitignore` (+30 -0) ➕ `frontend/app_flowy/packages/flowy_editor/.metadata` (+10 -0) ➕ `frontend/app_flowy/packages/flowy_editor/CHANGELOG.md` (+3 -0) ➕ `frontend/app_flowy/packages/flowy_editor/LICENSE` (+1 -0) ➕ `frontend/app_flowy/packages/flowy_editor/README.md` (+39 -0) ➕ `frontend/app_flowy/packages/flowy_editor/analysis_options.yaml` (+4 -0) ➕ `frontend/app_flowy/packages/flowy_editor/assets/document.json` (+46 -0) ➕ `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+55 -0) ➕ `frontend/app_flowy/packages/flowy_editor/lib/document/path.dart` (+1 -0) ➕ `frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart` (+15 -0) ➕ `frontend/app_flowy/packages/flowy_editor/lib/flowy_editor.dart` (+9 -0) ➕ `frontend/app_flowy/packages/flowy_editor/pubspec.yaml` (+55 -0) ➕ `frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart` (+18 -0) 📝 `frontend/app_flowy/packages/flowy_infra/pubspec.lock` (+8 -8) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugin_registrant.cc` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/linux/flutter/generated_plugins.cmake` (+8 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/pubspec.lock` (+15 -8) 📝 `frontend/app_flowy/packages/flowy_infra_ui/example/windows/flutter/generated_plugins.cmake` (+8 -0) 📝 `frontend/app_flowy/packages/flowy_infra_ui/flowy_infra_ui_platform_interface/pubspec.lock` (+19 -19) 📝 `frontend/app_flowy/packages/flowy_infra_ui/flowy_infra_ui_web/pubspec.lock` (+20 -20) _...and 4 more files_ </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:52 +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#4227
No description provided.