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

A customizable code field supporting syntax highlighting and code folding.

0.1.5 #

  • Updated license formatting to match pub.dev requirements.

0.1.4 #

  • Added CodeController.readOnlySectionNames getter and setter (Issue 110).
  • Added CodeController.foldCommentAtLineZero, foldImports, foldOutsideSections (Issue 89).
  • Added CodeController.visibleSectionNames (Issue 27).
  • Fixed folding Python blocks with multiline if conditions (Issue 108).
  • Fixed folding duplicate blocks like [{...}] etc (Issue 99).
  • Fixed cutLineIndexIfVisible bug (Issue 112).

0.1.3 #

0.1.2 #

  • Preserve selection when folding and unfolding (Issue 81).

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.