[PR #7469] [MERGED] fix: error caused by ScrollablePositionedList(#7460) #7900

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7469
Author: @asjqkkkk
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @asjqkkkk

Base: mainHead: fix/7460


📝 Commits (3)

  • e640f39 fix: error caused by ScrollablePositionedList
  • 9b86aca Merge branch 'main' into fix/7460
  • 2d7a260 chore: update appflowy_editor version

📊 Changes

4 files changed (+8 additions, -7 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/selectable_item_list_menu.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_language_selector.dart (+2 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)

📄 Description

Fix #7460
The error is caused by this issue : https://github.com/google/flutter.widgets/issues/468

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/7469 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@asjqkkkk](https://github.com/asjqkkkk) **Base:** `main` ← **Head:** `fix/7460` --- ### 📝 Commits (3) - [`e640f39`](https://github.com/AppFlowy-IO/AppFlowy/commit/e640f39896097264c13ffb1fc14f77a3fe6d9373) fix: error caused by ScrollablePositionedList - [`9b86aca`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b86aca059c773c0358968703f3040db07a642e2) Merge branch 'main' into fix/7460 - [`2d7a260`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d7a260a28f72d6e728f4da22e17ac7497efa88b) chore: update appflowy_editor version ### 📊 Changes **4 files changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/selectable_item_list_menu.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/code_block/code_block_language_selector.dart` (+2 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -1) </details> ### 📄 Description Fix #7460 The error is caused by this issue : https://github.com/google/flutter.widgets/issues/468 ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:21:42 +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#7900
No description provided.