FuChenMing
FuChenMing
multiDexKeepFile file ('multidex-config.txt')// 小括号记得要加上,官方文档没有 这个作用是什么?
isProtectedApp = true 开启加固模式有用过吗?
 补充一下,报错的具体位置如上所示
升级下tinker的版本试试
if(Get.isRegistered()){ Get.until((route) => route.settings.name == RouteNames.systemLoginEmail); }else{ Get.offAllNamed(RouteNames.systemLoginEmail); } 完满解决!!!