LaoMengFlutter / flutter-do

包含350多个组件用法、组件继承关系图、40多个 loading 组件,App升级、验证码、弹幕、音乐字幕 4个插件,一个小而全完整的App项目。
http://laomengit.com/
Apache License 2.0
2.64k stars 542 forks source link

集成的时候报错 #43

Open SocietyYourBerotherMing opened 3 years ago

SocietyYourBerotherMing commented 3 years ago

Execution failed for task ':flutter_app_upgrade:compileDebugKotlin'. FlutterAppUpgradePlugin.kt: (62, 54): Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type File?

flashliu commented 3 years ago

@SocietyYourBerotherMing 一样的问题,请问解决了吗?

bh1270 commented 2 years ago

如下更改:

打开FlutterAppUpgradePlugin.kt这个文件。

第62行 result.success(mContext.getExternalFilesDir("")!!.absolutePath) //加入!! 第127行 goToMarket.setClassName(marketPackageName.toString(), marketClassName.toString()) //添加.toString()