I get this error after I recloned a flutter app, I am a contributor too. also so cardano_wallet_sdk: ^0.1.0-alpha.12 stopped working and I am getting this error
: Error: Type 'TxContentUtxoInputs' not found.
../…/blockfrost/blockfrost_blockchain_adapter.dart:382
List<TransactionInput> _buildIputs(BuiltList<TxContentUtxoInputs> list) {
^^^^^^^^^^^^^^^^^^^
: Error: Type 'TxContentUtxoOutputs' not found.
../…/blockfrost/blockfrost_blockchain_adapter.dart:403
List<TransactionOutput> _buildOutputs(BuiltList<TxContentUtxoOutputs> list) {
^^^^^^^^^^^^^^^^^^^^
for android i get this error in vscode problem tab
The supplied phased action failed with an exception.
A problem occurred evaluating settings 'android'.
assert localPropertiesFile.exists()
| |
| false
/Users/Davyking/Documents/wootz-browser/android/local.properties
local.properties
sdk.dir=/Users/Davyking/Library/Android/sdk
flutter.sdk=/Users/Davyking/Documents/flutter
flutter.buildMode=debug
flutter.versionName=1.1.0
flutter.versionCode=14