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

求教一下 #386

Closed
ghost opened this issue May 11, 2019 · 4 comments
Closed

求教一下 #386

ghost opened this issue May 11, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented May 11, 2019

Flutter中怎么对apk进行安全保护,比如原生中的获取apk签名验证在Flutter中有API可供进行吗

@CarGuo
Copy link
Owner

CarGuo commented May 11, 2019

你是说 getPackageInfo ?这个在Flutter中官方有支持的。
package_info 的包中有

PackageInfo packageInfo = await PackageInfo.fromPlatform();

@ghost
Copy link
Author

ghost commented May 11, 2019

好的谢谢,ZipEntry这个呢

@CarGuo
Copy link
Owner

CarGuo commented May 11, 2019

如果你说zip解压或者的是获取crc32的话,我记得好像有类似的 crclib ,archive 之类的库,

@ghost
Copy link
Author

ghost commented May 13, 2019

非常感谢

@ghost ghost closed this as completed May 13, 2019
@jayVRIY jayVRIY mentioned this issue Dec 8, 2022
This issue was closed.
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

1 participant