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.
- Waiting for https://github.com/flutter/flutter/issues/119933
Highlight the line or line number that the cursor is on, similar to the way it is done in VSCode. 
- Details are provided in this issue https://github.com/flutter/flutter/issues/122673
Currently it is not listed:  The first thing is to find why it cannot be automatically detected. Write this reason here. Then we will decide if we fix that...
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...