From 31f85c3e0181b35503fd37ac3ffea4781983d841 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 14 Aug 2025 16:41:04 +0800 Subject: [PATCH] Aggiorna README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13372a9f6..d2891ac74 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ To build the project, create a file named `/android/key.properties`. It ### To run the app: ``` -./flutterw run -t lib/main_play.dart --flavor play +./flutter run -t lib/main_play.dart --flavor play ``` ### To build the app: @@ -163,3 +163,32 @@ infine compilare l'apk [Version badge]: https://img.shields.io/github/v/release/deckerst/aves?include_prereleases&sort=semver [Build badge]: https://img.shields.io/github/actions/workflow/status/deckerst/aves/quality-check.yml?branch=develop + +## Android studio + +aprire la console su Aves e caricare le dipendenze + +``` +scripts/apply_flavor_izzy.sh +``` +in settings - Languages and Framework - Dart inserire il path + +``` +/home/fabio/flutter/bin/cache/ +``` +e spuntare project aves + +Edit configurations e in Dart entrypoint inserire + + lib/main_play.dart + +e in flavor build + + izzy + + + + + + +