随笔分类 -  Flutter

Flutter跨平台引擎
摘要:Dart数据类型与iOS/Android转换关系表 The following table shows how Dart values are received on the platform side and vice versa: DartJavaKotlinObj-CSwift null nu 阅读全文
posted @ 2020-07-08 23:03 Coding&Life 阅读(2186) 评论(0) 推荐(0)
摘要:类似于保留几位小数,直接 n.toStringAsFixed() 例如: 1.toStringAsFixed(3); // 1.000 (4321.12345678).toStringAsFixed(5); // 4321.12346 1000000000000000000000.toStringA 阅读全文
posted @ 2018-12-05 16:22 Coding&Life 阅读(9193) 评论(0) 推荐(0)