chore(pubspec): FLUTTER-151 обновление flutter и пакетов (#33)

* chore(deps): update dependencies and SDK versions in pubspec.yaml and related files
* chore(readme): update Readme

---------

Co-authored-by: petrovyuri <petrovyuri@example.com>
This commit is contained in:
Yuri Petrov
2025-10-08 15:14:02 +03:00
committed by GitHub
parent dfe30a1762
commit 0351c768c4
9 changed files with 204 additions and 136 deletions

10
.vscode/tasks.json vendored
View File

@@ -62,6 +62,16 @@
"type": "shell",
"command": "./tools/switch_service.sh aurora",
"problemMatcher": []
},
{
"label": "flutter gen-l10n",
"type": "shell",
"command": "flutter",
"args": [
"gen-l10n"
],
"group": "build",
"problemMatcher": [],
}
]
}