Skip to content

Commit 020cc0f

Browse files
committed
9.2.0
1 parent e653725 commit 020cc0f

10 files changed

Lines changed: 373 additions & 98 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,4 +354,8 @@ This release establishes **CodeForge** as a powerful, production-ready code edit
354354

355355
## 9.1.0
356356
- FIX: [#49](https://github.com/heckmon/code_forge/issues/49)
357-
- FIX: [#50](https://github.com/heckmon/code_forge/issues/50)
357+
- FIX: [#50](https://github.com/heckmon/code_forge/issues/50)
358+
359+
## 9.2.0
360+
- FEATURE: [#51](https://github.com/heckmon/code_forge/issues/51)
361+
- FIX: [#53](https://github.com/heckmon/code_forge/issues/53)

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
> code_forge does **not** support Flutter web, as it relies on `dart:io` for core functionality. Use [code_forge_web](https://pub.dev/packages/code_forge_web) for web support.
3939
4040

41-
### What's new in 9.1.0
42-
- FIX: [#49](https://github.com/heckmon/code_forge/issues/49)
43-
- FIX: [#50](https://github.com/heckmon/code_forge/issues/50)
41+
### What's new in 9.2.0
42+
- FEATURE: [#51](https://github.com/heckmon/code_forge/issues/51)
43+
- FIX: [#53](https://github.com/heckmon/code_forge/issues/53)
4444

4545
## Why CodeForge?
4646
**Feature demos:** [CodeForge Features Showcase](https://heckmon.github.io/code_forge_demo/)
@@ -743,6 +743,15 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
743743

744744
---
745745

746+
## In Memory
747+
This project is dedicated to my friend [@laraholand](https://github.com/laraholand) (Rafi Ahmed).
748+
749+
For a month he opened issues, shared ideas, and helped improve this project almost every day.<br>
750+
His encouragement and enthusiasm meant a lot to me and this project.
751+
<br><br>
752+
Thank you for everything. Rest in peace brother🌹.
753+
<br>
754+
<br>
746755
<p align="center">
747756
<strong>Built with ❤️ for the Flutter community</strong>
748757
</p>

example/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "8.4.1"
50+
version: "9.2.0"
5151
collection:
5252
dependency: transitive
5353
description:
@@ -211,10 +211,10 @@ packages:
211211
dependency: transitive
212212
description:
213213
name: matcher
214-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
214+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
215215
url: "https://pub.dev"
216216
source: hosted
217-
version: "0.12.18"
217+
version: "0.12.19"
218218
material_color_utilities:
219219
dependency: transitive
220220
description:
@@ -368,10 +368,10 @@ packages:
368368
dependency: transitive
369369
description:
370370
name: test_api
371-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
371+
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
372372
url: "https://pub.dev"
373373
source: hosted
374-
version: "0.7.9"
374+
version: "0.7.10"
375375
typed_data:
376376
dependency: transitive
377377
description:
@@ -501,5 +501,5 @@ packages:
501501
source: hosted
502502
version: "1.1.0"
503503
sdks:
504-
dart: ">=3.10.8 <4.0.0"
504+
dart: ">=3.11.1 <4.0.0"
505505
flutter: ">=3.35.0"

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish_to: 'none'
55
version: 1.0.0+1
66

77
environment:
8-
sdk: ^3.10.7
8+
sdk: ^3.11.1
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)