-
Notifications
You must be signed in to change notification settings - Fork 122
hook自定义枚举类型报错 #47
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
Comments
You can try aspectd 1.0.0 for flutter stable v1.22.1 |
Closed
This was referenced Mar 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
您好,尝试用了demo中的instanceUniversalHook方法
dynamic instanceUniversalHook(PointCut pointcut) { print('mmm,Before:${pointcut.target}-${pointcut.function}}'); dynamic obj = pointcut.proceed(); return obj; }
其中某些页面的参数是自定义的枚举类型,这里报错Invalid argument(s),希望能改进,谢谢!
某页面为Tab 页,进入该页面执行instanceUniversalHook时,会报错 StackOverFlow

错误如下:
The text was updated successfully, but these errors were encountered: