2024-02-26 18:32:54 +00:00
|
|
|
cd cw_core; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
|
|
|
cd cw_evm; 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_nano; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
|
|
|
cd cw_bitcoin_cash; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
2024-02-27 14:40:56 +00:00
|
|
|
cd cw_solana; flutter pub get; flutter packages pub run build_runner build --delete-conflicting-outputs; cd ..
|
2024-02-26 18:32:54 +00:00
|
|
|
cd cw_polygon; flutter pub get; cd ..
|
|
|
|
cd cw_ethereum; flutter pub get; cd ..
|
2024-02-03 01:16:04 +00:00
|
|
|
flutter packages pub run build_runner build --delete-conflicting-outputs
|