diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..fde2af2b --- /dev/null +++ b/.vscode/launch.json @@ -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" + } + ] +} diff --git a/launch/pubspec.yaml b/launch/pubspec.yaml index ce3dae9b..993a6634 100644 --- a/launch/pubspec.yaml +++ b/launch/pubspec.yaml @@ -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: @@ -21,4 +24,4 @@ flutter: - family: TgIcons fonts: - asset: ../tg_ui_kit/assets/tg_icons.ttf - uses-material-design: true \ No newline at end of file + uses-material-design: true