We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在example 的 @ Inject 示例中,尝试使用内部变量,但是发现并不生效,请问我应该如何正确的使用? 下面是代码和打印 flutter 版本 1.22.6 aspectd 版本 tag 1.0.5
aop_impl.dart
main.dart
输出
app.dill
发现在dill 文件里 int a 并没有被忽略,所以应该怎么让 内部变量被忽略呢
@kangwang1988
The text was updated successfully, but these errors were encountered:
这两个还是不一样的。 一个是参数列表中的a, 一个是局部变量a。 可以通过DEBUG.md调试看看 @FloydP
Sorry, something went wrong.
这两个还是不一样的。 一个是参数列表中的a,一个是局部变量a。 可以通过DEBUG.md调试看看 @FloydP
这样~ 谢谢回复, 那请问如果我要在 @ Inject 中 使用 C(int a) 中的a ,我应该怎么写呢? 还有 //Aspectd Ignore 这个注释 怎样才能让 对应的变量被 忽略? @kangwang1988
我也遇见了一样的问题 请问您有进展吗 @FloydP
No branches or pull requests
我在example 的 @ Inject 示例中,尝试使用内部变量,但是发现并不生效,请问我应该如何正确的使用?
下面是代码和打印
flutter 版本 1.22.6
aspectd 版本 tag 1.0.5
aop_impl.dart
![image](https://user-images.githubusercontent.com/14227834/114973268-ab493100-9eb2-11eb-831f-0f108adce941.png)
main.dart
![image](https://user-images.githubusercontent.com/14227834/114973333-d6cc1b80-9eb2-11eb-9d7d-d96af25505ed.png)
输出
![image](https://user-images.githubusercontent.com/14227834/114973553-44784780-9eb3-11eb-83cc-7ca9a766c225.png)
app.dill
![image](https://user-images.githubusercontent.com/14227834/115008721-0ba19800-9ede-11eb-8079-eb4e05475b2a.png)
发现在dill 文件里 int a 并没有被忽略,所以应该怎么让 内部变量被忽略呢
@kangwang1988
The text was updated successfully, but these errors were encountered: