[PR #645] [CLOSED] Updated Flutter Quill to 5.0.4 and fixed the dependencies and imports #4255

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/645
Author: @JmbFountain
Created: 7/19/2022
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • c242af3 pulled flutter_quill to modern version

📊 Changes

9 files changed (+33 additions, -26 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/markdown/src/delta_markdown_decoder.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/application/markdown/src/delta_markdown_encoder.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/styles.dart (+3 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/check_button.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/color_picker.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/header_button.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/toggle_button.dart (+1 -1)
📝 frontend/app_flowy/pubspec.lock (+14 -9)
📝 frontend/app_flowy/pubspec.yaml (+5 -5)

📄 Description

as mentioned in #530, AppFlowy currently uses an old version of Flutter Quill, that has some Bugs that affect AppFlowy.

In this PR I updated Flutter Quill to ^5.0.4 and fixed the resulting import errors.

Moving forward, it might be a good Idea to stop importing those directly if possible: https://dart-lang.github.io/linter/lints/implementation_imports.html, however I was unable to implement this.

Changes/Suggestions are welcome.

Best Regards,

Johannes


🔄 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/645 **Author:** [@JmbFountain](https://github.com/JmbFountain) **Created:** 7/19/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`c242af3`](https://github.com/AppFlowy-IO/AppFlowy/commit/c242af3a78cd206a3d1621e48a1e281d1ce2caea) pulled flutter_quill to modern version ### 📊 Changes **9 files changed** (+33 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/markdown/src/delta_markdown_decoder.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/application/markdown/src/delta_markdown_encoder.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/styles.dart` (+3 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/check_button.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/color_picker.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/header_button.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/doc/src/widget/toolbar/toggle_button.dart` (+1 -1) 📝 `frontend/app_flowy/pubspec.lock` (+14 -9) 📝 `frontend/app_flowy/pubspec.yaml` (+5 -5) </details> ### 📄 Description as mentioned in #530, AppFlowy currently uses an old version of Flutter Quill, that has some Bugs that affect AppFlowy. In this PR I updated Flutter Quill to ^5.0.4 and fixed the resulting import errors. Moving forward, it might be a good Idea to stop importing those directly if possible: https://dart-lang.github.io/linter/lints/implementation_imports.html, however I was unable to implement this. Changes/Suggestions are welcome. Best Regards, Johannes --- <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:00 +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#4255
No description provided.