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.
Line numbers are not aligned with code lines. As attached, line numbers in the left side (80-83) are above expected position.
**Note: This issue is about misalignment that progresses with each line. For equally misaligned lines with Material 2, see #261** Steps to reproduce: 1. Take the 02.code_field example as of...
IME: Microsoft [MSPY]. flutter_code_editor verson: 0.1.13 When type something in IME Chinese mode, unexpectation happened https://user-images.githubusercontent.com/15630211/207526300-570bb3f2-cc78-4870-aa30-a3ab43d7011f.mp4
Hi, Very interesting package, I see use case for teaching, training, evaluating if only the written code could be executed within the Flutter app. For example one could ask user...
**Note: This issue is about just shifting. Line heights match and do not de-sync further down the gutter. For an issue with Material 3 with progressively shifting numbers, see #262**...
i have a language not exists in the language lists, how can i import my language mode to my project. i try like this, but its not right ``` late...
I get the following error when running the project: `ScrollController not attached to any scroll views.` I am using the [code_field](https://github.com/akvelon/flutter-code-editor/tree/main/example/lib/02.code_field) project ``` Flutter 3.7.7 • channel stable • https://github.com/flutter/flutter.git...
Adding the hyphen minuses to the single line comments for the vhdl language. This change allows the 'named sections'-feature to work with the vhdl language.
Good afternoon, I've come across an issue with YAML comments in highlight and I wonder if the package you have continued from the original one could be used within the...