Aggiorna README.md
This commit is contained in:
parent
84a822022a
commit
31f85c3e01
1 changed files with 30 additions and 1 deletions
31
README.md
31
README.md
|
@ -122,7 +122,7 @@ To build the project, create a file named `<app dir>/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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue