flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
10.34k stars 401 forks source link

A CodeEditor Widget #1411

Open SKbarbon opened 1 year ago

SKbarbon commented 1 year ago

This is a CodeEditor widget in flutter, I really like it and I think it will add a great widget to flet if flet did support it.

Its a multi-line TextEditor, but prepared to be a programming code editor.

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 many other features.

Basic example

You can take a look at it here:

https://github.com/akvelon/flutter-code-editor

Bronya0 commented 1 month ago

+1