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 When I declare my app to support both English and Korean… ```dart supportedLocales: [ const Locale('en'), const Locale('ko'), ], localizationsDelegates: [ AppFlowyEditorLocalizations.delegate, GlobalMaterialLocalizations.delegate, GlobalWidgetsLocalizations.delegate, GlobalCupertinoLocalizations.delegate, ], ```...

### Bug Description getting the below error when I upgraded to flutter 3.32 on MacOS app and the app crashes. The issue was resolved when I downgraded the flutter to...

## Issue Description After updating to `appflowy_editor ^6.0.0`, I encountered a dependency resolution error: ``` flutter pub get Resolving dependencies... Because botrun_hatch_flutter depends on appflowy_editor ^6.0.0 which depends on intl...

### Bug Description It seems Appflowy_editor needs on both the flutter_localizations package and the intl packages, and the recommended use of the flutter_localizations package is to use it from the...

### Bug Description Clearing a document with `deleteNode` and then adding replacing the content with `insertNodes` messes up the order of the nodes inserted if done in the same transaction....

### Bug Description mermaid syntax does not display properly Below is the sample text ### How to Reproduce According to the system thinking method, I will disassemble the problem structure...

Hello, During the conversion of PDFs, it would be useful to let developer setup theme page attributes and other settings. Best regards

I used `padding` of `EditorStyle` with the purpose of adding vertical padding to the entire editor. But the result was padding was added to each block component. Don't block components...