[PR #917] [MERGED] Update example project #4433

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/917
Author: @LucasXu0
Created: 8/26/2022
Status: Merged
Merged: 8/26/2022
Merged by: @LucasXu0

Base: mainHead: feat/export


📝 Commits (3)

  • 778b55d feat: implemnt export editor state
  • b7c21df feat: implement simple export function
  • 2b2bae8 chore: update example project and example.json

📊 Changes

7 files changed (+151 additions, -322 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/example/assets/example.json (+43 -217)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+91 -104)
📝 frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock (+6 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/pubspec.yaml (+1 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/document/node.dart (+2 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/document/state_tree.dart (+6 -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/917 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/26/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/export` --- ### 📝 Commits (3) - [`778b55d`](https://github.com/AppFlowy-IO/AppFlowy/commit/778b55d44e75fe14bc56a8fbe25a16f2857f3e5d) feat: implemnt export editor state - [`b7c21df`](https://github.com/AppFlowy-IO/AppFlowy/commit/b7c21df3b20f3c0f9ef1054e9d87d1b7006b64b2) feat: implement simple export function - [`2b2bae8`](https://github.com/AppFlowy-IO/AppFlowy/commit/2b2bae80ef0d2cc964b178a2bd965bfc6251b438) chore: update example project and example.json ### 📊 Changes **7 files changed** (+151 additions, -322 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/example/assets/example.json` (+43 -217) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+91 -104) 📝 `frontend/app_flowy/packages/appflowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock` (+6 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/pubspec.yaml` (+1 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/document/node.dart` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/document/state_tree.dart` (+6 -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:47 +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#4433
No description provided.