Soneso / stellar_flutter_sdk

Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
MIT License
71 stars 33 forks source link

Fix uint64 dart2js #70

Closed hasToDev closed 10 months ago

hasToDev commented 10 months ago

fix error uint64/int64 accessor not supported by dart2js when running on web.

christian-rogobete commented 10 months ago

Hello @hasToDev thank you for adding this improvement. Did you manage to run the flutter sdk on web?

hasToDev commented 10 months ago

Hello @hasToDev thank you for adding this improvement. Did you manage to run the flutter sdk on web?

I did. It ran smoothly. So far, I have only found issue with uint64/int64.

christian-rogobete commented 10 months ago

Sounds great! Thank you