flutter 中的 cancel_subscriptions 警告
我在使用 StreamSubscription 时收到此警告消息。
取消 dart.async.StreamSubscription 的实例。
即使我确实取消了它!
我在这里发现类似的问题 Dart/WebStorm“取消 dart.async.StreamSubscription 的实例”
答案是添加注释 //ignore:cancel_subscriptions 显示警告的行之前或末尾的行,
但我认为解决问题不是好主意如果它是敏感的或导致内存泄漏,则忽略它,例如在我的情况下使用流订阅
注意,当我更新到最新classpath'com.android.tools.build:gradle时,我收到此警告:7.1.2'
i got this warning message while i am using StreamSubscription .
Cancel instances of dart.async.StreamSubscription.
even though i do cancel it !!
i find similar question here
Dart/WebStorm "Cancel instances of dart.async.StreamSubscription"
the answer was add a comment // ignore: cancel_subscriptions the line before or at the end of the line that shows the warning
but i don't think it is good idea to solve an issue by ignoring it special if it was sensitive or causing memory leak such in my case with stream subscriptions
Note i got this warning when i updated to latest classpath 'com.android.tools.build:gradle:7.1.2'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论