From eb6d17182f84c990af247c1c07edea1f797f2d9f Mon Sep 17 00:00:00 2001 From: Darkhan Nausharipov Date: Sat, 27 Sep 2025 09:56:07 +0500 Subject: [PATCH 1/2] 0.3.5-dev --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236b76f3..5b573e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.5 + +- Fixed line numbers not aligning with lines (https://github.com/akvelon/flutter-code-editor/pull/307) + ## 0.3.4 - Added default height to `defaultTextStyle` (https://github.com/akvelon/flutter-code-editor/pull/297). diff --git a/pubspec.yaml b/pubspec.yaml index e2988c0b..34e8347f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_code_editor description: A customizable code field supporting syntax highlighting and code folding. -version: 0.3.4 +version: 0.3.5-dev repository: https://github.com/akvelon/flutter-code-editor environment: From 540373a297a42b726cbab3293182fbe75961f326 Mon Sep 17 00:00:00 2001 From: Darkhan Nausharipov Date: Sat, 27 Sep 2025 09:56:55 +0500 Subject: [PATCH 2/2] 0.3.5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 34e8347f..3d5e1167 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_code_editor description: A customizable code field supporting syntax highlighting and code folding. -version: 0.3.5-dev +version: 0.3.5 repository: https://github.com/akvelon/flutter-code-editor environment: