https://pub.dev/api/packages/flutter_code_editor/feed.atomRecently published versions of package flutter_code_editor on pub.dev2025-09-27T04:58:05.987373Zakvelon.comPub Feed GeneratorA customizable code field supporting syntax highlighting and code folding.urn:uuid:0fee51f2-6fce-48f5-b9f5-f9a63c7f4809v0.3.5 of flutter_code_editor2025-09-27T04:58:05.987373Z0.3.5 was published on Sep 27, 2025. Changelog excerpt: - Fixed line numbers not aligning with lines ([https://github.com/akvelon/flutter-code-editor/pull/307](https://github.com/akvelon/flutter-code-editor/pull/307))urn:uuid:7c77d781-cd27-4689-b5a7-fa6150c98957v0.3.4 of flutter_code_editor2025-07-28T10:04:55.444649Z0.3.4 was published on Jul 28, 2025. Changelog excerpt: - Added default height to `defaultTextStyle`([https://github.com/akvelon/flutter-code-editor/pull/297](https://github.com/akvelon/flutter-code-editor/pull/297)). - Added `disposed`and `mounted`checks to `CodeField`and `CodeController`([https://github.com/akvelon/flutter-code-editor/pull/298](https://github.com/akvelon/flutter-code-editor/pull/298)). - Added `UndoHistoryController`to `CodeField`([https://github.com/akvelon/flutter-code-editor/pull/302](https://github.com/akvelon/flutter-code-editor/pull/302)). - Added support for `yaml`comments ([https://github.com/akvelon/flutter-code-editor/pull/305](https://github.com/akvelon/flutter-code-editor/pull/305)).urn:uuid:fc359388-0ee9-47a9-9125-30f77a0d2b54v0.3.3 of flutter_code_editor2025-03-25T13:32:04.031646Z0.3.3 was published on Mar 25, 2025. Changelog excerpt: - Added `smartDashesType`and `smartQuotesType`to `CodeField`. - Added named sections support for JavaScript and TypeScript.urn:uuid:04b69ffb-f1b2-4208-9633-fedca47d3e7av0.3.2 of flutter_code_editor2024-06-26T05:14:35.161046Z0.3.2 was published on Jun 26, 2024. Changelog excerpt: - Flutter 3.22 WASM fixesurn:uuid:9a41cf91-317f-4673-9823-30826728c0dfv0.3.1 of flutter_code_editor2023-10-23T06:19:15.410444Z0.3.1 was published on Oct 23, 2023. Changelog excerpt: - Support for Flutter v3.13.6.urn:uuid:a96b2639-33a5-4654-b5a2-0d90f5b56b58v0.3.0 of flutter_code_editor2023-06-08T08:23:44.086170Z0.3.0 was published on Jun 8, 2023. Changelog excerpt: - **BREAKING:**Deleted `CodeController.stringMap`. - **BREAKING:**Deleted `theme`from `CodeController`, (Issue [172](https://github.com/akvelon/flutter-code-editor/issues/172)).urn:uuid:638d2a47-0bf6-4879-9813-2d195c2e9a8bv0.2.24 of flutter_code_editor2023-06-07T09:01:57.706542Z0.2.24 was published on Jun 7, 2023. Changelog excerpt: - Hide the suggestion box when `CodeField`is disposed (Issue [241](https://github.com/akvelon/flutter-code-editor/issues/241)). - Fix issues with Flutter 3.10.urn:uuid:3f456177-973f-4897-a1a9-2f7b1068bd05v0.2.23 of flutter_code_editor2023-05-05T14:12:37.503495Z0.2.23 was published on May 5, 2023. Changelog excerpt: - Added `CodeController.readOnly`.urn:uuid:af2ab65a-d3b2-42ed-99ca-6e56f2f45987v0.2.22 of flutter_code_editor2023-05-05T14:05:52.272585Z0.2.22 was published on May 5, 2023. Changelog excerpt: - Fixed most of the search bugs (Issue [228](https://github.com/akvelon/flutter-code-editor/issues/228)). - Added `CodeController.readOnly`.urn:uuid:15270c05-1bdb-41af-8b23-a772ad40ae03v0.2.21 of flutter_code_editor2023-05-04T09:09:34.702601Z0.2.21 was published on May 4, 2023. Changelog excerpt: - 'Enter' key in the search pattern input scrolls to the next match.