From e99584240fe995b5082316db8f96a9f5e1eed74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Wed, 19 Oct 2022 19:51:19 +0200 Subject: [PATCH] Update 'Sources/dafl_project_flutter/README.md' --- Sources/dafl_project_flutter/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Sources/dafl_project_flutter/README.md b/Sources/dafl_project_flutter/README.md index beab844..3119ba9 100644 --- a/Sources/dafl_project_flutter/README.md +++ b/Sources/dafl_project_flutter/README.md @@ -1 +1,16 @@ # dafl_project_flutter + +## Convention de nommage des répertoires + +``` +mon_repertoire +``` + +*Penser à ajouter un ```.gitkeep``` pour que Git conserve le repertoire.* + +## Convention de nommage des fichiers + +| Contenu du fichier | Convention | +| :- | :- | +| Page de vue | p_ma_page.dart | +| Page de widget | w_mon_widget.dart |