Sherwin

Results 6 comments of Sherwin
trafficstars

I also encountered this problem > flutter_sound: 8.4.2 `$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.5.0, on Microsoft Windows [Version...

### **解决方案** 安装老版本网易云音乐即可, 需要注意的是, 不能更新. 自行寻找旧版本

Same warning . Operand of null-aware operation '??' has type 'Color' which excludes null.

The problem still exists, every time await` InAppPurchase.instance.restorePurchases();` is called; Will trigger a window change ![image](https://github.com/flutter/flutter/assets/39590303/7feffca8-f6bd-4e53-aed0-f82e16bcc89b)

I use this configured in working. `android\app\src\main\res\xml\filepaths.xml` ```xml ``` And , Save file use `await getTemporaryDirectory();` . Open file example ```dart OpenFile.open('/data/user/0/com.xxxx.android/cache/image.png'); ``` I can also help you.