[flutter_app_upgrade] 迁移到空安全 & 添加自定义弹窗功能 & 添加配置项防止被Google Play下架#59
Open
ipcjs wants to merge 5 commits intoLaoMengFlutter:masterfrom
Open
[flutter_app_upgrade] 迁移到空安全 & 添加自定义弹窗功能 & 添加配置项防止被Google Play下架#59ipcjs wants to merge 5 commits intoLaoMengFlutter:masterfrom
ipcjs wants to merge 5 commits intoLaoMengFlutter:masterfrom
Conversation
null safe空安全迁移 新增自定义弹框UI
|
@ipcjs 你好,感谢您提的pr。因为该项目烂尾了,目前我也需要这个功能,不知道您是否有意向发布到pub.dev呢? |
Author
|
改完之后我的app还是被下架了😂 不知道Google Play是怎么检测的 发布太麻烦,你可以直接通过引用git仓库地址的方式来使用的 |
|
为什么被下架了,提示什么呢? 嗯,现在先用的git repo。 |
Author
|
第三方升级呀,不知道Google怎么检测的🥲 |
|
FlutterAppUpgradePlugin.kt的 isPackageExist方法里的 PackageManager.GET_INTENT_FILTERS在android 31上已经被移除。大佬怎么修复这个。。。 |
|
那就改回30 |
Author
|
@suyie001 不是“移除”,是被废弃了,最新的提交已经适配了Api31,你可以试下 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.