From 00b6b0a145d0ecd8128c571aebf357c6107a7c8a Mon Sep 17 00:00:00 2001 From: Maxim Saplin Date: Mon, 23 Oct 2023 11:49:59 +0300 Subject: [PATCH] Profile config, lint update --- .vscode/launch.json | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4eebb330..1fa80ad7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,5 +23,15 @@ "--web-renderer", "canvaskit" //TODO, check that fonts are same on canvaskit and native with new Flutter version ], }, + { + "name": "example-profile", + "cwd": "example", + "request": "launch", + "type": "dart", + "flutterMode": "profile", + "args": [ + "--web-renderer", "canvaskit" //TODO, check that fonts are same on canvaskit and native with new Flutter version + ], + }, ] } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index d8e0dafb..e8ca7637 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dev_dependencies: sdk: flutter vector_math: ^2.1.0 intl: ^0.18.0 - flutter_lints: ^2.0.1 + flutter_lints: ^3.0.0 golden_toolkit: # Solving problem with not rendered fonts screenshots: