Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuwaxmann committed Jul 21, 2023
1 parent 10d5ca9 commit 79cc169
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v1.1.0

- Add Awesome Flutter Snippets
- Add Flutter Riverpod Snippets
- Add Json to Dart Model

## v1.0.0

- Initial release
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# **Sic Kode Web Design** Flutter Extension Pack

- Awesome Flutter Snippets
- Dart
- Flutter
- Flutter Riverpod Snippets
- Json to Dart Model
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publisher": "sickodewebdesign",
"repository": "https://github.com/sickodewebdesign/sk-flutter",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
Expand All @@ -29,8 +29,11 @@
"Sic Kode Web Design Flutter Extension Pack"
],
"extensionPack": [
"nash.awesome-flutter-snippets",
"dart-code.dart-code",
"dart-code.flutter"
"dart-code.flutter",
"robert-brunhage.flutter-riverpod-snippets",
"hirantha.json-to-dart"
],
"scripts": {
"build": "vsce package",
Expand Down

0 comments on commit 79cc169

Please sign in to comment.