flutter 中的 cancel_subscriptions 警告

发布于 2025-01-09 17:05:51 字数 591 浏览 0 评论 0原文

我在使用 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 !!

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文