2023-04-21 22:06:05 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2023-09-08 12:04:28 +00:00
|
|
|
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 ..
|
2023-10-06 00:10:32 +00:00
|
|
|
cd cw_nano; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
2023-10-13 14:29:46 +00:00
|
|
|
cd cw_bitcoin_cash; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
2023-09-08 12:04:28 +00:00
|
|
|
flutter packages pub run build_runner build --delete-conflicting-outputs
|