flutter_code_editor 0.3.5 copy "flutter_code_editor: ^0.3.5" to clipboard
flutter_code_editor: ^0.3.5 copied to clipboard

A customizable code field supporting syntax highlighting and code folding.

example/README.md

Examples #

The single example project contains multiple main.dart files: https://github.com/akvelon/flutter-code-editor/tree/main/example

Run any of them for the specific example app.

01.minimal #

01.minimal

This is the minimal example that uses CodeController with an ordinary TextField.

Run this: https://github.com/akvelon/flutter-code-editor/tree/main/example/lib/01.minimal

02.code_field #

02.code_field

CodeField widget adds a gutter, code folding, and basic autocompletion.

Run this: https://github.com/akvelon/flutter-code-editor/tree/main/example/lib/02.code_field

03.change_language_theme #

03.change_language_theme

This example shows how to change language and theme dynamically.

Run this: https://github.com/akvelon/flutter-code-editor/tree/main/example/lib/03.change_language_theme

211
likes
150
points
38.4k
downloads

Publisher

verified publisherakvelon.com

Weekly Downloads

2024.11.11 - 2025.10.06

A customizable code field supporting syntax highlighting and code folding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0, MIT (license)

Dependencies

autotrie, characters, charcode, collection, equatable, flutter, flutter_highlight, highlight, http, linked_scroll_controller, meta, mocktail, scrollable_positioned_list, tuple, url_launcher

More

Packages that depend on flutter_code_editor