小编Onu*_*lak的帖子

无法共享 mp3 文件。分享加

我正在尝试使用 share_plus 包共享 mp3 文件。但每当我尝试按共享按钮时,都会收到此错误:

E/flutter ( 5629): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Share callback error, prior share-sheet did not call back, did you await it? Maybe use non-result variant, null, null)
Run Code Online (Sandbox Code Playgroud)

我已经在等待这个过程了。这是我的代码:

 onPressed: () async {
                        await Share.shareXFiles([XFile('assets/0.mp3')]);
                      }
Run Code Online (Sandbox Code Playgroud)

mp3 share package flutter share-plus

5
推荐指数
0
解决办法
379
查看次数

标签 统计

flutter ×1

mp3 ×1

package ×1

share ×1

share-plus ×1