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 5d059e7 commit f97d6c5Copy full SHA for f97d6c5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.2.22
2
+
3
+* Fixed most of the search bugs (Issue [228](https://github.com/akvelon/flutter-code-editor/issues/228)).
4
+* Added `CodeController.readOnly`.
5
6
## 0.2.21
7
8
* 'Enter' key in the search pattern input scrolls to the next match.
pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_code_editor
description: A customizable code field supporting syntax highlighting and code folding.
-version: 0.2.21
+version: 0.2.22
repository: https://github.com/akvelon/flutter-code-editor
environment:
0 commit comments