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

Hi, as soon as I've updated to latest version from 0.2.9 I've got this erro the first time the parent widget build (you have to restart the app to reproduce...

triage

This implements the missing "wrap" option in CodeField. Changes: - only put code fields into a horizontal scrollview when wrapping is disabled - calculate line wrap count for each paragraph...

We need to consider this also when fixing `getEditResult` method - See: #175 https://user-images.githubusercontent.com/79095619/216765337-dcd04589-a25f-44b3-9b68-54b36233aad7.mov

This is surely a bug. https://user-images.githubusercontent.com/79095619/216600459-8ab7d175-e9ae-4b22-a5d7-8a603a08030e.mov

If the value did not change, the cached value can save resources.

P4

Currently, when `Tab` is pressed, it is processed like this: https://github.com/akvelon/flutter-code-editor/blob/1ea2b9efc816c22a58359e571256d9496f97215f/lib/src/code_field/code_controller.dart#L174 We should employ Flutter's shortcuts instead: https://docs.flutter.dev/development/ui/advanced/actions_and_shortcuts

P4