美文网首页
bundle 中的资源写入到沙河中

bundle 中的资源写入到沙河中

作者: 骑着雅迪小毛驴上班的老瞿 | 来源:发表于2022-10-27 14:06 被阅读0次
var content = await rootBundle.load("assets/511600006371666689185.mp3");//
    final directory = await getApplicationDocumentsDirectory();
    var file = File("${directory.path}/511600006371666689004.mp3"); // 511600006371666689173  // 511600006371666689115
    file.writeAsBytesSync(content.buffer.asUint8List());

相关文章

网友评论

      本文标题:bundle 中的资源写入到沙河中

      本文链接:https://www.haomeiwen.com/subject/eysttdtx.html