Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiuwaxmann committed Jan 7, 2023
1 parent 1646ef1 commit 10d5ca9
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
*.vsix
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change Log

## v1.0.0

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

- Dart
- Flutter
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "sk-flutter",
"displayName": "SK Flutter",
"description": "Sic Kode Web Design Flutter Extension Pack",
"icon": "icon.png",
"galleryBanner": {
"color": "#3B82F6",
"theme": "dark"
},
"author": {
"name": "Sergiu Waxmann",
"email": "[email protected]"
},
"publisher": "sickodewebdesign",
"repository": "https://github.com/sickodewebdesign/sk-flutter",
"version": "1.0.0",
"license": "MIT",
"engines": {
"vscode": "^1.70.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"SK",
"Sic Kode",
"Sic Kode Web Design",
"SK Flutter",
"Sic Kode Web Design Flutter Extension Pack"
],
"extensionPack": [
"dart-code.dart-code",
"dart-code.flutter"
],
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
}
}

0 comments on commit 10d5ca9

Please sign in to comment.