mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
d106e14e74
Conflicts: cw_bitcoin/pubspec.yaml cw_core/lib/wallet_base.dart cw_monero/ios/Classes/monero_api.cpp lib/core/backup_service.dart lib/core/wallet_loading_service.dart lib/di.dart lib/main.dart lib/router.dart lib/src/screens/exchange/exchange_page.dart lib/src/screens/send/send_page.dart lib/src/screens/settings/security_backup_page.dart lib/src/screens/setup_2fa/setup_2fa_enter_code_page.dart lib/src/screens/wallet_list/wallet_list_page.dart lib/src/widgets/address_text_field.dart lib/store/settings_store.dart lib/view_model/exchange/exchange_view_model.dart lib/view_model/wallet_creation_vm.dart lib/view_model/wallet_new_vm.dart res/values/strings_yo.arb tool/configure.dart
8 lines
No EOL
668 B
Bash
Executable file
8 lines
No EOL
668 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd cw_core && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
|
cd cw_monero && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
|
cd cw_bitcoin && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
|
cd cw_haven && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
|
cd cw_ethereum && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs && cd ..
|
|
flutter packages pub run build_runner build --delete-conflicting-outputs |