fluttercandies / flutter_ali_auth

Flutter Ali Auth Plugin 阿里云一键登录Flutter插件
https://pub.flutter-io.cn/packages/flutter_ali_auth
MIT License
48 stars 16 forks source link

[Bug report] debug包登录正常,release包一直初始化失败 #18

Closed toknT closed 1 year ago

toknT commented 1 year ago

Version

0.6.2

Platforms

Android

Device Model

pixel 6

flutter info

flutter doctor -v                                                                                                                         
[√] Flutter (Channel stable, 3.10.2, on Microsoft Windows [Version 10.0.22621.1702], locale en-US)
    • Flutter version 3.10.2 on channel stable at C:\src\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 9cd3d0d9ff (2 weeks ago), 2023-05-23 20:57:28 -0700
    • Engine revision 90fa3ae28f
    • Dart version 3.0.2
    • DevTools version 2.23.1

How to reproduce?

按照这2issue修改 proguard-rules.pro,依旧release包失败,debug包正常

Logs

No response

Example code (optional)

No response

Contact

No response

ManInTheWind commented 1 year ago

看issue了吗?需要配置混淆

toknT commented 1 year ago

proguard-rules.pro配置错目录了抱歉,混淆后解决了