Skip to content

Commit 37d5a64

Browse files
committed
Update changelog
1 parent 2661bfd commit 37d5a64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
## [Changes]
55

6+
### 3.0.0
7+
- Update all widgets to null safety
8+
- Update engine to `1.56.0`
9+
610
### 2.0.4
711
- Add Flutter test import (Thank you @arthurdenner https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/16)
812
- Support for unit and widget test functions (Thank you @TNorbury https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/20)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Awesome Flutter Snippets is a collection of commonly used Flutter classes and me
5050
<br>
5151

5252
## Requirements
53-
Vscode: ^1.39.0
53+
Vscode: `1.56.0`
5454

5555
<br>
5656

@@ -59,6 +59,10 @@ At this time, there are no known issues. If you discover a bug or would like to
5959

6060
## Release Notes
6161

62+
### 3.0.0
63+
- Update all widgets to null safety
64+
- Update engine to `1.56.0`
65+
6266
### 2.0.4
6367
- Add Flutter test import (Thank you @arthurdenner https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/16)
6468
- Support for unit and widget test functions (Thank you @TNorbury https://github.com/Nash0x7E2/awesome-flutter-snippets/pull/20)

0 commit comments

Comments
 (0)