Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter_app_upgrade 什么时候适配flutter 2.0 ? #53

Open
xdd666t opened this issue Mar 11, 2021 · 2 comments
Open

flutter_app_upgrade 什么时候适配flutter 2.0 ? #53

xdd666t opened this issue Mar 11, 2021 · 2 comments

Comments

@xdd666t
Copy link

xdd666t commented Mar 11, 2021

flutter_app_upgrade 什么时候适配flutter 2.0 ?

插件内部dio的插件版本过低,导致项目跑不起来

@mikewolfli
Copy link

兄弟,在issue#25里,把版本换成1.1.0, 改2个地方就好了,我这已经flutter build apk成功了。 2.0.4

@mikewolfli
Copy link

如下更改:

打开FlutterAppUpgradePlugin.kt这个文件。

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants