Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get balances for some wallets failed for the lastModifiedTime is null #105

Closed
AhmedHanafy725 opened this issue Oct 16, 2024 · 1 comment
Closed

Comments

@AhmedHanafy725
Copy link

Steps

import 'package:stellar_flutter_sdk/stellar_flutter_sdk.dart';

final StellarSDK sdk = StellarSDK.PUBLIC;
await sdk.accounts.account("GAENMQNQZDNFWDYMOGUAHHZVLCA4NU4XAYWYNJFWPZMHVYL4E2ZEWL2I");

Result

type 'Null' is not a subtype of type 'String'
#0      new AccountResponse.fromJson (package:stellar_flutter_sdk/src/responses/account_response.dart:86:11)
#1      ResponseConverter.fromJson (package:stellar_flutter_sdk/src/responses/response.dart:163:32)
#2      ResponseHandler.handleResponse (package:stellar_flutter_sdk/src/requests/request_builder.dart:188:34)
@christian-rogobete
Copy link
Contributor

Hello @AhmedHanafy725. thank you for adding this issue. It has been fixed in release 1.8.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants