AppFlowy-IO / AppFlowy-IO/appflowy-editor
[Question] Why this package is different then AppFlowy app's editor?
- Ngôn ngữ chính
- Dart
- Star
- 684
- Fork
- 329
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi, firstly thanks for this great package. I've multiple apps which use Super Editor for now. But it is too complicated and having random bugs. So I started to search another alternative. There are 2 candidates Flutter Quill and AppFlowy Editor.
I tested AppFlowy mobile app and love the editor experience and consider to implement this editor to my app. But in example project has some issues which are not available on your mobile app. Is your mobile app using the exactly this package?
1. https://github.com/AppFlowy-IO/appflowy-editor/issues/1104
In AppFlowy app, toolbar always visible when keyboard open. But example project is not.
2. If I move the cursor to bold text, in AppFlowy app toolbar's bold item displaying active as should be. But in example editor, bold item displaying as not active.
In text_decoration_mobile_toolbar_item_v2.dart
```
if (selection.isCollapsed) {
isSelected = widget.editorState.toggledStyle.containsKey(
currentDecoration.name,
);
}
```
It checks the cursor position is bold or not, but it is not working because toggledStyle is empty even over a bold text. Because of it is working on AppFlowy app, you fixed the issue or using customized toolbar items. I wonder that what is your way to use this package on your own app.
To sum up, what is the difference with your production app's editor, and how can we achieve the same result? Maybe documentation, or a blog post would be great.
@LucasXu0 @Xazin
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.