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

A customizable code field supporting syntax highlighting and code folding.

0.1.1 #

  • Added code folding.
  • Fixed editing around hidden text ranges.
  • Updated dependencies.

0.1.0 #

  • Highlights unterminated blocks for Java and Python.

0.0.9 #

  • Forked https://github.com/BertrandBev/code_field
  • Re-license under the Apache license, mention the original author as the original license required.
  • Added hidden service comment support.
  • Added read-only blocks support.
  • Added autocomplete for keywords, already-in-the-editor words, and external dictionary.