[PR #772] [MERGED] feat: implement youtube link plugin #4331

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/772
Author: @annieappflowy
Created: 8/5/2022
Status: Merged
Merged: 8/5/2022
Merged by: @appflowy

Base: mainHead: feat/video_plugin


📝 Commits (1)

  • 9b86e06 feat: implement video plugin

📊 Changes

7 files changed (+284 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/assets/example.json (+6 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/main.dart (+2 -0)
frontend/app_flowy/packages/flowy_editor/example/lib/plugin/youtube_link_node_widget.dart (+105 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/macos/Podfile.lock (+6 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/pubspec.lock (+161 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/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/772 **Author:** [@annieappflowy](https://github.com/annieappflowy) **Created:** 8/5/2022 **Status:** ✅ Merged **Merged:** 8/5/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/video_plugin` --- ### 📝 Commits (1) - [`9b86e06`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b86e0637722fae0b42504825ce203cc4359aaa0) feat: implement video plugin ### 📊 Changes **7 files changed** (+284 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/assets/example.json` (+6 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/main.dart` (+2 -0) ➕ `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/youtube_link_node_widget.dart` (+105 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/macos/Podfile.lock` (+6 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/pubspec.lock` (+161 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/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:37:20 +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#4331
No description provided.