From a15444c6f32ea618d7e47430678159817341fc76 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Fri, 28 Oct 2022 08:44:07 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e05bfd..a8f4159 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ This README would normally document whatever steps are necessary to get your app * How to run tests * Deployment instructions -OPENAPI Generation cmd - -flutter pub run build_runner build --delete-conflicting-outputs - ### Contribution guidelines ### * Writing tests @@ -30,4 +26,20 @@ flutter pub run build_runner build --delete-conflicting-outputs ### Who do I talk to? ### * Repo owner or admin -* Other community or team contact \ No newline at end of file +* Other community or team contact + +# OPENAPI Generation cmd + +Le fichier est dans le projet. + +flutter pub run build_runner build --delete-conflicting-outputs + +# Publication sur le Google PlayStore + +Les paramètres de signing sont les mêmes que pour l'application tablet (donc la même android key). + +Puis : + +flutter build appbundle + +Faut pas oublier d'aller changer la version avant chaque upload de version (Puis mettre l'app bundle dans le dossier du PC, peut-être mettre sur le repos aussi ?) \ No newline at end of file