Update build instruction for android

This commit is contained in:
M 2022-01-06 14:36:59 +02:00
parent aa519a186e
commit afa0f23fa7

View file

@ -142,11 +142,15 @@ Lastly, we will generate mobx models for the project.
Generate mobx models for `cw_core`:
`cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs`
`cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
Then get back to project root directory:
Generate mobx models for `cw_monero`:
`cd ..`
`cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
Generate mobx models for `cw_bitcoin`:
`cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..`
Finally build mobx models for the app: