youwallet / wallet

🚀 基于Flutter开发的跨终端数字货币交易所✨
https://youwallet.github.io/
116 stars 55 forks source link

【接口】搜索token #36

Open zhaobinglong opened 4 years ago

zhaobinglong commented 4 years ago
zhaobinglong commented 4 years ago

deadline: 2019-12-15 size:1

zhaobinglong commented 4 years ago

在dart中格式化16进制的字符串: int.parse('00000000000000000000000000000000000000000000d3c21bcecceda1000000', radix: 16);

16进制: ”00000000000000000000000000000000000000000000d3c21bcecceda1000000“ 报错:FormatException: Positive input exceeds the limit of integer

zhaobinglong commented 4 years ago

本地sql保存token报错:

No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider

path_provider当前的版本中没有getApplicationDocumentsDirectory这个方法

zhaobinglong commented 4 years ago

升级path_provider报错

The current Flutter SDK version is 1.7.8.

Because youwallet depends on path_provider >=1.4.5 which requires Flutter SDK version >=1.9.1+hotfix.5 <2.0.0, version solving failed.
pub get failed (1)

升级本地的flutter sdk版本

找到flutter在本地的安装目录

cd 目录

执行: git pull,更新到当前最新稳定版本

image