11 2020 档案
摘要:CachedNetworkImage 在加载某些https网站的图像时会出现类似这样的错误: I/flutter: The following HandshakeException was thrown resolving an image codec: Handshake error in cli
阅读全文
摘要:Flutter有很多的基础Widget,其中IconButton很常用,还有 PopupButton, 这里扩展的这个 AppBarButton 是将两者融合一起,用起来更方便了。 import 'package:flutter/material.dart'; class AppBarButton<
阅读全文
摘要:前端时间使用Java做了此功能,另一个使用Node.js开发的服务也需要此功能,所以使用TypeScript做了类似的封装,后来发现,TS做这些功能,代码看起来更简洁,嘿嘿。 直接上代码吧。 CsvUtils.ts import { Response } from "express"; import
阅读全文