appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.

Results 199 appflowy-editor issues
Sort by recently updated
recently updated
newest added

### Bug Description Seems the editor does not handle accent characters like `^¨~` very well when it comes to deleting or replacing. ### How to Reproduce Type an accent character...

bug
editor

### Description Hi! I found an error when try add **appflowy_editor**. appflowy_editor use old version of **intl**. Can you please update version of intl lib. https://pub.dev/packages/intl/versions **Error description:** _Because appflowy_editor...

### Bug Description keyboard will not popup when tap with empty text ### How to Reproduce just tap. ### Expected Behavior the keyboard pop ### Operating System android ### AppFlowy...

bug
p1

### Bug Description When typing in Korean, alternating between consonants and vowels, the text editor seems to lose `TextEditingRange` after the input of the first two characters. This results in...

bug
p0

### Bug Description The transaction of `replaceText` does not check the length of the Delta before calling `.first`. ### How to Reproduce Immediately after inserting a TextDelta with no attribute,...

bug
p0

### Bug Description [appflowy.webm](https://github.com/AppFlowy-IO/appflowy-editor/assets/14086980/2a195648-fa2e-4f04-9538-dc3163fc4d5c) ### Operating System Arch Linux, Kernel: 6.6.4-arch1-1, Plasma 5.27.10, fcitx5 version: 5.1.5 ### AppFlowy Editor Version(s) master (4995d21ff49907c71286e668f938f830bf94ca0d)

bug
help wanted
p0

### Bug Description I cannot run a project after adding this package! my console log: Launching lib\main.dart on Android SDK built for x86 in debug mode... Running Gradle task 'assembleDebug'......

### Bug Description Similar to #731 It talks about dual licensing, but what does "dual-licensed" actually mean? 1. Software available under a choice between two licences 2. Software available where...

p1

### Bug Description When you use the up/down arrow keys in a long line (which is split into multiple lines because of the screen width), the cursor moves up/down in...

### Bug Description When moving the caret from one line to another in iOS the lines in which the caret passes gets changed ### How to Reproduce Write some lines,...