标签: dart flutter
在iOS设备上运行以下代码非常慢,尽管在iOS模拟器上运行速度很快。
该文件来自其专辑。
如何加快速度?
Future<List<int>> decoding(File f) async { return await f.readAsBytes(); }