1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Maj flutter

This commit is contained in:
Yan Maniez 2020-09-27 18:31:25 +02:00
parent 5d04060727
commit 5ec93124ec
2 changed files with 26 additions and 7 deletions

13
aidedejeu_flutter/.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
// Utilisez IntelliSense pour en savoir plus sur les attributs possibles.
// Pointez pour afficher la description des attributs existants.
// Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "aidedejeu_flutter",
"request": "launch",
"type": "dart"
}
]
}