[PR #966] [MERGED] Fix analysis issues #4463

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/966
Author: @LucasXu0
Created: 9/1/2022
Status: Merged
Merged: 9/2/2022
Merged by: @appflowy

Base: mainHead: fix_analysis_issues


📝 Commits (2)

  • 5ddd0b5 chore: rename Selectable to SelectableMixin
  • d60dce3 chore: add platforms to pubspec.yaml

📊 Changes

18 files changed (+38 additions, -32 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/image_node_widget.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/network_image_node_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/youtube_link_node_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/document/node_iterator.dart (+0 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/document/text_delta.dart (+0 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/node_extensions.dart (+2 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/image/image_node_widget.dart (+2 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/bulleted_list_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/default_selectable.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/heading_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/number_list_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/quoted_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/pubspec.yaml (+5 -0)

📄 Description

https://pub.dev/packages/appflowy_editor/score


🔄 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/966 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 9/1/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_analysis_issues` --- ### 📝 Commits (2) - [`5ddd0b5`](https://github.com/AppFlowy-IO/AppFlowy/commit/5ddd0b59b35c2d7187facc4bad8f150ac1a46928) chore: rename Selectable to SelectableMixin - [`d60dce3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d60dce36a30784fe660f2d591eef5f274872904c) chore: add platforms to pubspec.yaml ### 📊 Changes **18 files changed** (+38 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/image_node_widget.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/network_image_node_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/youtube_link_node_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/document/node_iterator.dart` (+0 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/document/text_delta.dart` (+0 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/node_extensions.dart` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/image/image_node_widget.dart` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/bulleted_list_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/checkbox_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/default_selectable.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/flowy_rich_text.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/heading_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/number_list_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/quoted_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/rich_text/rich_text.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/pubspec.yaml` (+5 -0) </details> ### 📄 Description https://pub.dev/packages/appflowy_editor/score --- <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: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#4463
No description provided.