image.png
如图在进行fat-aar打包 过程中出现了macOs linux web 什么的错误问题
列如在 pubspec.yaml 内依赖了 shared_preferences: ^0.5.0
原因:shared_preferences 是支持多个平台的macOs linux web等。我们在使用的时候只需要 Android和iOS,就可以进行修改shared_preferences的pubspec.yaml文件把无关的平台注释掉即可。
参考:https://blog.csdn.net/XuHang666/article/details/108413847