liujiakuoyx / leak_detector

flutter memory leak detector.
BSD 2-Clause "Simplified" License
133 stars 24 forks source link

似乎不支持flutter2.0? #1

Closed Owenli0202 closed 3 years ago

liujiakuoyx commented 3 years ago

将会马上支持2.0.增加空安全

Owenli0202 commented 3 years ago

期待

liujiakuoyx commented 3 years ago

已经支持flutter2以及空安全,但是经过测试,真机调试时,在最新版本的flutter上存在Single Client Mode的问题。

liujiakuoyx commented 3 years ago

您好,我找到了vm_service的Single Client Mode模式导致插件无法正常工作的问题,详情如下图所示: image

Owenli0202 commented 3 years ago

按照你的方法终于可以在flutter2.0上面使用了,但是能不能优化成基于路由的方式?你现在是用StateLeakMixin来检测,我的页面有时基于stateless的

liujiakuoyx commented 3 years ago

感谢您的建议,已经有计划这样做了。

liujiakuoyx commented 3 years ago

你可以使用1.0.1版本,使用上与之前有些区别,请参考 README