Skip to content

Commit

Permalink
fix pubspec.yaml: git url format
Browse files Browse the repository at this point in the history
  • Loading branch information
altynbek132 committed Jul 29, 2023
1 parent 0ca33f4 commit dd17039
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
28 changes: 28 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Flutter",
"type": "dart",
"request": "launch",
"program": "launch/lib/main.dart"
},
{
"name": "Flutter",
"type": "dart",
"request": "launch",
"program": "launch/lib/main.dart",
"flutterMode": "profile"
},
{
"name": "Flutter",
"type": "dart",
"request": "launch",
"program": "launch/lib/main.dart",
"flutterMode": "release"
}
]
}
7 changes: 5 additions & 2 deletions launch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: launch
publish_to: 'none'
publish_to: "none"

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.0.0

dependencies:
flutter:
sdk: flutter

app:
path: ../app
showcase:
Expand All @@ -21,4 +24,4 @@ flutter:
- family: TgIcons
fonts:
- asset: ../tg_ui_kit/assets/tg_icons.ttf
uses-material-design: true
uses-material-design: true

0 comments on commit dd17039

Please sign in to comment.