We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed64db commit ae149b3Copy full SHA for ae149b3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.2.17
2
+
3
+* Allow to disable autocompletion (Issue [206](https://github.com/akvelon/flutter-code-editor/issues/206)).
4
+* Close suggestions with Escape key (Issue [219](https://github.com/akvelon/flutter-code-editor/issues/219)).
5
6
## 0.2.16
7
8
* Do not delete folded blocks by backspace or delete keys (Issue [210](https://github.com/akvelon/flutter-code-editor/issues/210)).
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_code_editor
description: A customizable code field supporting syntax highlighting and code folding.
-version: 0.2.16
+version: 0.2.17
repository: https://github.com/akvelon/flutter-code-editor
environment:
0 commit comments