flutter-code-editor
flutter-code-editor copied to clipboard
Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
@rohansingh @UbayGD @AKosolapov @mrshakirov @ArinFaraj Hello, since the package is now updated, I would kindly ask is it possible to add Gutter padding. Currently, the gutter numbers and the code...
``` CodeTheme( data: CodeThemeData(styles: vsTheme), child: CodeField( enabled: false, controller: CodeController(text: code, language: xml), ), ) ``` `flutter_code_editor: ^0.3.4`
## What type of PR is this? - 🛠 Enhancement ## Description Apologies, it looks like this branch was based on the one for this https://github.com/akvelon/flutter-code-editor/pull/307 Improved the gutter items...
### win11 1. 输入一个字符进入输入框会出现两个字符 ## web 1. 输入两个字符进入输入框只会显示一个字符
[yida_client] flutter pub get --no-example Resolving dependencies... Because every version of flutter_code_editor depends on autotrie ^2.0.0 which depends on hive ^2.0.0, every version of flutter_code_editor requires hive ^2.0.0. So, because...
When a user hits _enter_ in the editor they expect that the new line has the same indentation as the previous line if I'm not mistaken. That's not the behavior...