Open Lohann opened 1 year ago
Thank you for this lovely lib! We consider using it for Karma Coin mobile app. Can you guys please confirm that supporting web apps is on the project short-term intention to support web apps and fix this issue?
@avive yes! the plan is fully support all platforms supported by flutter, currently the only blocker for web is this issue here, which will be fixed shortly.
Context
Dart Web doesn't support
Uint64List
, and some packages rely in this data structure, we must remove Uint64List references otherwisepolkadart_scale_codec
cannot be used on the web. Change all ocurrences to lists of BigInt.Acceptance Criteria
Uint64List
andInt64List
support fromu64
andi64
codecs.polkadart_cli
for not useU64Sequence
,I64Sequence
,U64Array
andI64Array
codecs.