Skip to content

Commit

Permalink
Profile config, lint update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin committed Oct 23, 2023
1 parent 4c8c33b commit 00b6b0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
},
]
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 00b6b0a

Please sign in to comment.