flutter-code-editor icon indicating copy to clipboard operation
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.

Results 89 flutter-code-editor issues
Sort by recently updated
recently updated
newest added

## What type of PR is this? - 🐛 Bug Fix ## Description The current implementation accesses context and listeners that must not be accessed if already disposed. These cases...

## What type of PR is this? - 🐛 Bug Fix ## Description After reviewing this issue #286 I discovered that the solution to the problem was to add a...

## What type of PR is this? - 🐛 Bug Fix - 🛠 Enhancement - 🧑‍💻 Code Refactor - 🔥 Performance Improvements - ✅ Test ## Description It seems like...

# How to reproduce: 1. Set CodeField `expands: true` 2. Enable line numbers for easier visibility 3. Add more lines than can fit in the view to trigger the scroll...

Is this project dead? Is there any good alternatives?

If I open a file with more 1000 lines it does not not display correctly after a certain point it only shows blank lines. Also for these large files widget...

I try to use the property "Wrap = true" for long text but it does not work. Please help. CodeField( controller: codeController, // Your CodeController for managing text input textStyle:...