LaoMengFlutter / flutter-do

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

[flutter_app_upgrade] 迁移到空安全 & 添加自定义弹窗功能 & 添加配置项防止被Google Play下架 #59

Open ipcjs opened 3 years ago

lifegit commented 2 years ago

@ipcjs 你好,感谢您提的pr。因为该项目烂尾了,目前我也需要这个功能,不知道您是否有意向发布到pub.dev呢?

ipcjs commented 2 years ago

改完之后我的app还是被下架了😂

不知道Google Play是怎么检测的

发布太麻烦,你可以直接通过引用git仓库地址的方式来使用的

lifegit commented 2 years ago

为什么被下架了,提示什么呢?

嗯,现在先用的git repo。

ipcjs commented 2 years ago

第三方升级呀,不知道Google怎么检测的🥲

suyie001 commented 2 years ago

FlutterAppUpgradePlugin.kt的 isPackageExist方法里的 PackageManager.GET_INTENT_FILTERS在android 31上已经被移除。大佬怎么修复这个。。。

lifegit commented 2 years ago

那就改回30

ipcjs commented 2 years ago

@suyie001 不是“移除”,是被废弃了,最新的提交已经适配了Api31,你可以试下