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

- Waiting for https://github.com/flutter/flutter/issues/119933

P4

Highlight the line or line number that the cursor is on, similar to the way it is done in VSCode. ![image](https://user-images.githubusercontent.com/72333092/221362965-a8b3f964-773f-435e-9a6b-33bafa2f90e6.png)

P4

- Details are provided in this issue https://github.com/flutter/flutter/issues/122673

blocked

Can u please add code folding for the YAML file?

P4

Currently it is not listed: ![image](https://user-images.githubusercontent.com/44893228/230852134-6451ac43-139c-4d78-9a8d-be7ac603bb10.png) The first thing is to find why it cannot be automatically detected. Write this reason here. Then we will decide if we fix that...

P3

Is there any way we could add custom icons to autocompletion suggestions? Like if icons can be supplied to the setCustomWords function? Edit : Or maybe a way to build...

Created for testing syntax highlighting for python.

Null check operator used on a null value When the exception was thrown, this was the stack: #0 _CodeFieldState.initState. (package:flutter_code_editor/src/code_field/code_field.dart:208:56) #1 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1286:15) #2 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1225:9) #3 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:1074:5) #4...

waiting-for-customer-response